[Lunar-commits] r23110 - moonbase/trunk/web/firefox
Moritz Heiber
moe at lunar-linux.org
Fri Feb 2 19:27:43 CET 2007
Author: moe
Date: 2007-02-02 19:27:43 +0100 (Fri, 02 Feb 2007)
New Revision: 23110
Modified:
moonbase/trunk/web/firefox/BUILD
Log:
Yes, I am a copy&paste whore
Modified: moonbase/trunk/web/firefox/BUILD
===================================================================
--- moonbase/trunk/web/firefox/BUILD 2007-02-02 18:24:56 UTC (rev 23109)
+++ moonbase/trunk/web/firefox/BUILD 2007-02-02 18:27:43 UTC (rev 23110)
@@ -72,7 +72,7 @@
for plugin in `ls /usr/lib/firefox-$VERSION/plugins`; do
`install -m755 /usr/lib/firefox-$VERSION/plugins/$plugin /opt/lunar/plugins`; done &&
- rm -rf $FIREFOX_HOME/lib/firefox-$VERSION/plugins &&
+ rm -rf /usr/lib/firefox-$VERSION/plugins &&
ln -snf /opt/lunar/plugins /usr/lib/firefox-$VERSION/plugins &&
# Now the .desktop file and the icon
@@ -84,9 +84,9 @@
# Make firefox use its own icon
- rm -rf $FIREFOX_HOME/lib/$FFOX_LIBDIR/chrome/icons &&
- mkdir -p $FIREFOX_HOME/lib/$FFOX_LIBDIR/chrome/icons/default &&
- ln -snf $FIREFOX_HOME/lib/$FFOX_LIBDIR/icons/default.xpm \
- $FIREFOX_HOME/lib/$FFOX_LIBDIR/chrome/icons/default/default.xpm
+ rm -rf /usr/lib/firefox-$VERSION/chrome/icons &&
+ mkdir -p /usr/lib/firefox-$VERSION/chrome/icons/default &&
+ ln -snf /usr/lib/firefox-$VERSION/icons/default.xpm \
+ /usr/lib/firefox-$VERSION/chrome/icons/default/default.xpm
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list