[Lunar-commits] CVS: moonbase/science/octave PRE_BUILD,1.5,1.6
Jeff Hodges
jmhodges at lunar-linux.org
Thu Jul 22 22:07:09 GMT 2004
Update of /var/cvs/lunar/moonbase/science/octave
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30816
Modified Files:
PRE_BUILD
Log Message:
useful to use this as a template for later modules that depend on g77
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/octave/PRE_BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- PRE_BUILD 13 Oct 2003 13:01:54 -0000 1.5
+++ PRE_BUILD 22 Jul 2004 22:07:07 -0000 1.6
@@ -1,5 +1,5 @@
if ! [ -e /usr/bin/g77 ]; then
- message "${PROBLEM_COLOR}g77 is required to install Octave. Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
+ message "${PROBLEM_COLOR}g77 is required to install this module. Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
false
fi &&
default_pre_build
More information about the Lunar-commits
mailing list