From 229159218bb3da337134052c8b1e4c08e6568a11 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 20 Jan 2007 23:25:16 +0000 Subject: give warning if binaries are not available, from hartmut git-svn-id: svn://tug.org/texlive/trunk@3641 c570f23f-e606-0410-a88d-b1316a301751 --- Master/common.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Master/common.sh') diff --git a/Master/common.sh b/Master/common.sh index c69a5cb3f77..29f37cfb8ff 100755 --- a/Master/common.sh +++ b/Master/common.sh @@ -307,7 +307,14 @@ this_platform_set() eval this_platform_fn=\$p_${this_system}_fn all_systems_ns=1 fi - + if { echo "$all_systems" | grep -q " $this_system"; } ; then + warn_nobin="" + else + warn_nobin="===> WARNING: No binaries for this platform on CD! <=== +There was not enough space, sorry. You can either select a different +set of binaries from the menu, or use the live image, or download +the binaries separately vis rsync. See http://tug.org/texlive." + fi } TEXMFCNF__fix_texmf() @@ -844,6 +851,7 @@ Other options: ' screen_5='Current platform: $this_platform_n +$warn_nobin ============================================================================== none of the entries below $p_i386_linux_n @@ -1023,6 +1031,7 @@ init() TEXMFHOME=${TEXLIVE_INSTALL_TEXMFHOME-'$HOME/texmf'} VAR_CHANGE="" LOCAL_CHANGE="" + warn_nobin="" screen_1=' ===================> TeX Live installation procedure <================== -- cgit v1.2.3