[Lunar-commits] CVS: moonbase/devel/db POST_INSTALL,1.4,1.5

Stefan Wold ratler at lunar-linux.org
Tue Jan 25 07:30:24 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/db
In directory espresso.foo-projects.org:/tmp/cvs-serv30712

Modified Files:
	POST_INSTALL 
Log Message:
Added -r to lin otherwise modules like php/php5 will still use --with-db3 from the depends file

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db/POST_INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- POST_INSTALL	24 Jan 2005 23:07:49 -0000	1.4
+++ POST_INSTALL	25 Jan 2005 07:30:22 -0000	1.5
@@ -6,7 +6,7 @@
 	     perl php php5 wvstreams xemacs bdb-ruby \
 	     cyrus-sasl openldap postfix straw subversion; do
     if module_installed $mod; then
-      lin -c $mod;
+      lin -r -c $mod;
     fi;
   done;
 fi



More information about the Lunar-commits mailing list