[Lunar-commits] r20430 - in moonbase/trunk: mail/thunderbird web/firefox

Auke Kok sofar at lunar-linux.org
Sat Jun 17 17:05:02 UTC 2006


Author: sofar
Date: 2006-06-17 17:05:02 +0000 (Sat, 17 Jun 2006)
New Revision: 20430

Modified:
   moonbase/trunk/mail/thunderbird/BUILD
   moonbase/trunk/web/firefox/BUILD
Log:
OMG I can't believe this! this makes firefox and thunderbird *wipe* it's own directory if UPDATED was bumped but not VERSION!!!


Modified: moonbase/trunk/mail/thunderbird/BUILD
===================================================================
--- moonbase/trunk/mail/thunderbird/BUILD	2006-06-17 13:22:40 UTC (rev 20429)
+++ moonbase/trunk/mail/thunderbird/BUILD	2006-06-17 17:05:02 UTC (rev 20430)
@@ -1,5 +1,5 @@
 ( 
-  if module_is_expired $MODULE ; then
+  if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then
         set_module_config OLD_VER "`installed_version $MODULE`"
   fi &&
   

Modified: moonbase/trunk/web/firefox/BUILD
===================================================================
--- moonbase/trunk/web/firefox/BUILD	2006-06-17 13:22:40 UTC (rev 20429)
+++ moonbase/trunk/web/firefox/BUILD	2006-06-17 17:05:02 UTC (rev 20430)
@@ -1,5 +1,5 @@
 ( 
-  if module_is_expired $MODULE ; then
+  if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ] ; then
         set_module_config OLD_VER "`installed_version $MODULE`"
   fi &&
   



More information about the Lunar-commits mailing list