CVS: crater/web/mozilla BUILD,1.12,1.13 PRE_BUILD,1.6,1.7

nhudson at lunar-linux.org nhudson at lunar-linux.org
Fri Oct 17 23:13:36 GMT 2003


Update of /var/cvs/lunar/crater/web/mozilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7019

Modified Files:
	BUILD PRE_BUILD 
Log Message:

Guess it wasnt quite fixed :) 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/web/mozilla/BUILD,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- BUILD	17 Oct 2003 23:07:06 -0000	1.12
+++ BUILD	17 Oct 2003 23:13:34 -0000	1.13
@@ -84,15 +84,17 @@
 cd $SOURCE_DIRECTORY &&
 
 make install &&
-cd extensions/enigmail &&
-make install &&
+
+if module_installed tcsh; then 
+cd extensions/enigmail 
+fi &&
 
 cd $SOURCE_DIRECTORY &&
 
 cp $patchdir/mozilla.desktop /usr/share/applications/mozilla.desktop &&
 cp $patchdir/mozilla.png /usr/share/pixmaps/mozilla.png &&
 
-if module_installed tcsh; then
+if module_installed gnupg; then
   cp $patchdir/mozilla-mail.png /usr/share/pixmaps/mozilla-mail.png   &&
   cp $patchdir/mozilla-mail.desktop /usr/share/applications/mozilla-mail.desktop
 fi

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/web/mozilla/PRE_BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- PRE_BUILD	17 Oct 2003 23:07:06 -0000	1.6
+++ PRE_BUILD	17 Oct 2003 23:13:34 -0000	1.7
@@ -13,7 +13,7 @@
   cd other-licenses &&
   unpack $SOURCE5   &&
 
-if module_installed gnupg; then
+if module_installed tcsh; then
   cd $SOURCE_DIRECTORY/extensions &&
   unpack $SOURCE3 &&
   unpack $SOURCE4 &&




More information about the Lunar-commits mailing list