[Lunar-commits] CVS: moonbase/libs/gettext POST_INSTALL, 1.4, 1.5 BUILD, 1.9, 1.10

Steven Michaelske hardkrash at lunar-linux.org
Sat Jan 31 18:18:15 GMT 2004


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

Modified Files:
	BUILD 
Added Files:
	POST_INSTALL 
Log Message:
put in the check for older versions of gettext for recompiles og glibc and glib-2



Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/gettext/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD	31 Jan 2004 07:47:52 -0000	1.9
+++ BUILD	31 Jan 2004 18:18:12 -0000	1.10
@@ -1,3 +1,9 @@
+if lvu installed gettext &> /dev/null; then
+  export PREV_VER=`lvu installed gettext | cut -d. -f2`
+else
+  export PREV_VER=0
+fi
+
 (
 
   patch_it $SOURCE_CACHE/$SOURCE2 1       &&



More information about the Lunar-commits mailing list