[Lunar-commits] r16297 - moonbase/trunk/web/firefox

Terry Chan tchan at lunar-linux.org
Thu Sep 1 15:47:13 UTC 2005


Author: tchan
Date: 2005-09-01 15:47:12 +0000 (Thu, 01 Sep 2005)
New Revision: 16297

Modified:
   moonbase/trunk/web/firefox/BUILD
Log:
The /usr/lib/firefox-$VERSION/plugins symlink is causing firefox to fail.
Removing the symlink at the top of the BUILD.  Some logic is messed up in
POST_INSTALL and the bottom of BUILD script that copies plugins around.


Modified: moonbase/trunk/web/firefox/BUILD
===================================================================
--- moonbase/trunk/web/firefox/BUILD	2005-09-01 14:44:15 UTC (rev 16296)
+++ moonbase/trunk/web/firefox/BUILD	2005-09-01 15:47:12 UTC (rev 16297)
@@ -3,6 +3,9 @@
         set_module_config OLD_VER "`installed_version $MODULE`"
   fi &&
   
+  # don't know why this symlink is causing problems now
+  rm -f /usr/lib/firefox-$VERSION/plugins &&
+  
   MOZILLA_HOME=/usr/lib/$MODULE-$VERSION 
   
   MOZ_EXTENSIONS="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices"



More information about the Lunar-commits mailing list