CVS: moonbase/science/octave PRE_BUILD,1.2,1.3

jmhodges at lunar-linux.org jmhodges at lunar-linux.org
Tue Aug 5 18:53:06 GMT 2003


Update of /var/cvs/lunar/moonbase/science/octave
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28061

Modified Files:
	PRE_BUILD 
Log Message:
fixed


Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/octave/PRE_BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PRE_BUILD	4 Jun 2003 17:08:01 -0000	1.2
+++ PRE_BUILD	5 Aug 2003 18:53:04 -0000	1.3
@@ -1,5 +1,6 @@
-if  [ -e ! /usr/bin/g77 ]; then
-	message "{$PROBLEM_COLOR}g77 is required to install Octave.  Rebuild gcc with it enabled.{$DEFAULT_COLOR}" &&
+if  ! [ -e  /usr/bin/g77 ]; then
+	message "${PROBLEM_COLOR}g77 is required to install Octave.  Rebuild gcc with it enabled.{$DEFAULT_COLOR}" &&
 	false
 fi
 		
+chown -R root /var/spool/lunar/$SOURCE




More information about the Lunar-commits mailing list