CVS: moonbase/science/octave POST_INSTALL, 1.1, 1.2 PRE_BUILD, 1.3, 1.4

hardkrash at lunar-linux.org hardkrash at lunar-linux.org
Thu Oct 2 16:53:02 GMT 2003


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

Modified Files:
	POST_INSTALL PRE_BUILD 
Log Message:
corrected error message in PRE_BUILD, added check for ld.so.conf line


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/octave/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL	4 Jun 2003 17:05:42 -0000	1.1
+++ POST_INSTALL	2 Oct 2003 16:53:00 -0000	1.2
@@ -1,3 +1,5 @@
- echo /usr/lib/octave >> /etc/ld.so.conf &&
+ if [ ! `grep /usr/lib/octave /etc/ld.so.conf` ]; then
+ echo /usr/lib/octave >> /etc/ld.so.conf 
+ fi &&
  ln -s /usr/lib/octave-${VERSION} /usr/lib/octave &&
  ldconfig

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/octave/PRE_BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PRE_BUILD	5 Aug 2003 18:53:04 -0000	1.3
+++ PRE_BUILD	2 Oct 2003 16:53:00 -0000	1.4
@@ -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 Octave.  Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
 	false
 fi
 		




More information about the Lunar-commits mailing list