Author: alexander
Date: 2007-04-21 10:03:25 -0600 (Sat, 21 Apr 2007)
New Revision: 1848

Modified:
   trunk/packages/seamonkey/Makefile
Log:
Updated SeaMonkey, registered xpcom and chrome in advance to unconfuse exo-open


Modified: trunk/packages/seamonkey/Makefile
===================================================================
--- trunk/packages/seamonkey/Makefile   2007-04-21 13:54:08 UTC (rev 1847)
+++ trunk/packages/seamonkey/Makefile   2007-04-21 16:03:25 UTC (rev 1848)
@@ -1,13 +1,15 @@
 # Firefox Makefile
 
 NM= seamonkey
-VRS= 1.1
+VRS= 1.1.1
 DIR= mozilla
 
 FILE= $(NM)-$(VRS).source.tar.bz2
 URL-$(FILE)= 
http://ftp.mozilla.org/pub/mozilla.org/$(NM)/releases/$(VRS)/$(FILE)
-SHA-$(FILE)= 8e778d72d0bab597a641ce02cc2872bc1e3d9f82
+SHA-$(FILE)= 08a6a66a1e69e112680e8ad2116c54d7ccb54c3b
 
+MFH=/usr/lib/seamonkey-$(VRS)
+
 # Targets
 
 include $(ROOT)/scripts/functions
@@ -26,6 +28,9 @@
        make -f client.mk install
        svn export --force $(ROOT)/root/.mozilla /root/.mozilla
        ln -sf seamonkey /usr/bin/mozilla
+       MOZILLA_FIVE_HOME=$(MFH) LD_LIBRARY_PATH=$(MFH) $(MFH)/regxpcom
+       MOZILLA_FIVE_HOME=$(MFH) LD_LIBRARY_PATH=$(MFH) $(MFH)/regchrome
+       touch $(MFH)/chrome/user-{skins,locales}.rdf
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to