Author: alexander
Date: 2007-12-29 01:43:49 -0700 (Sat, 29 Dec 2007)
New Revision: 2153
Modified:
trunk/packages/seamonkey/.mozconfig
trunk/packages/seamonkey/Makefile
trunk/root/.mozilla/default/79exklwh.slt/prefs.js
Log:
Got rid of the version suffix in Seamonkey installation directories
Modified: trunk/packages/seamonkey/.mozconfig
===================================================================
--- trunk/packages/seamonkey/.mozconfig 2007-12-29 07:27:32 UTC (rev 2152)
+++ trunk/packages/seamonkey/.mozconfig 2007-12-29 08:43:49 UTC (rev 2153)
@@ -8,6 +8,7 @@
ac_add_options --with-system-jpeg=/usr
ac_add_options --with-system-cairo=/usr
ac_add_options --enable-application=suite
+ac_add_options --with-default-mozilla-five-home=/usr/lib/seamonkey
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-canvas
ac_add_options --enable-xft
Modified: trunk/packages/seamonkey/Makefile
===================================================================
--- trunk/packages/seamonkey/Makefile 2007-12-29 07:27:32 UTC (rev 2152)
+++ trunk/packages/seamonkey/Makefile 2007-12-29 08:43:49 UTC (rev 2153)
@@ -22,6 +22,7 @@
$(std_build)
compile-stage2:
+ sed -i 's/-\$(MOZ_APP_VERSION)//' config/autoconf.mk.in
sed 's:@TOPSRCDIR@:$(ROOT)/$(PKG)/$(NM)/mozilla:' ../.mozconfig \
> .mozconfig
make -f client.mk build
Modified: trunk/root/.mozilla/default/79exklwh.slt/prefs.js
===================================================================
--- trunk/root/.mozilla/default/79exklwh.slt/prefs.js 2007-12-29 07:27:32 UTC
(rev 2152)
+++ trunk/root/.mozilla/default/79exklwh.slt/prefs.js 2007-12-29 08:43:49 UTC
(rev 2153)
@@ -10,7 +10,7 @@
*/
user_pref("browser.preferences.lastpanel", 0);
-user_pref("browser.search.defaultengine",
"engine:///usr/lib/seamonkey-1.1.3/searchplugins/google.src");
+user_pref("browser.search.defaultengine",
"engine:///usr/lib/seamonkey/searchplugins/google.src");
user_pref("browser.startup.homepage",
"file:///usr/share/LFS-BOOK-6.3-HTML/index.html");
user_pref("browser.startup.homepage_override.mstone", "ignore");
user_pref("dom.disable_open_during_load", true);
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page