--- spkg/base/prereq-0.3-install.orig 2007-12-31 15:30:39.000000000 +1300 +++ spkg/base/prereq-0.3-install 2008-01-03 08:40:47.000000000 +1300 @@ -72,7 +72,7 @@ fi ##################################################################################### -# A slightly more sophisticated test for relevant commands, and +# A slightly more sophisticated test for relevant commands, and # that they that actually work correctly. ##################################################################################### @@ -90,8 +90,8 @@ # Check if the word missing appears anywhere in the makefile: grep "missing" Makefile -# Yes, the word missing appeared. -if [ $? -eq 0 ]; then +# Yes, the word missing appeared. +if [ $? -eq 0 ]; then echo "" echo "*********************************************************" echo "" @@ -107,7 +107,7 @@ echo `pwd` |grep " " -if [ $? -eq 0 ]; then +if [ $? -eq 0 ]; then echo "" echo "*********************************************************" echo "" @@ -120,6 +120,8 @@ exit 1 else echo " All prerequisites appear to be present." + cp $ROOT/base/which_fortran $LOCAL/bin/which_fortran + cp $ROOT/base/sage_fortran $LOCAL/bin/sage_fortran touch $ROOT/installed/$TARGET fi