[Lunar-commits] CVS: moonbase/libs/gettext PRE_BUILD,1.1,1.2

Stefan Wold ratler at lunar-linux.org
Fri Jan 30 10:20:50 GMT 2004


Update of /var/cvs/lunar/moonbase/libs/gettext
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13279

Modified Files:
	PRE_BUILD 
Log Message:
If install log didnt exist for gettext it will fail to build, this should fix that.

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/gettext/PRE_BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PRE_BUILD	4 May 2003 12:35:36 -0000	1.1
+++ PRE_BUILD	30 Jan 2004 10:20:48 -0000	1.2
@@ -1,5 +1,6 @@
 default_pre_build &&
 
 # declare libintl.so rogue so it doesn't get removed!
-sedit "/\/usr\/lib\/libintl.so/d" $INSTALL_LOGS/gettext*
-
+if [ -f $INSTALL_LOGS/gettext* ]; then
+  sedit "/\/usr\/lib\/libintl.so/d" $INSTALL_LOGS/gettext*
+fi



More information about the Lunar-commits mailing list