[Lunar-commits] <moonbase> firefox: Get the window icon back. Thanks Zack!
Moritz Heiber
moe at lunar-linux.org
Sat Jun 21 11:53:52 CEST 2008
commit 0ae2e7941321af38eb22b3cab73eb524a32e37f4
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sat Jun 21 11:53:52 2008 +0200
firefox: Get the window icon back. Thanks Zack!
---
web/firefox/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/firefox/BUILD b/web/firefox/BUILD
index fff0a9a..e674d2f 100644
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -92,7 +92,7 @@
rm -rf /usr/lib/firefox-$VERSION/chrome/icons &&
mkdir -p /usr/lib/firefox-$VERSION/chrome/icons/default &&
-for icon in `ls /usr/lib/firefox-$VERSION/icons`; do
-`ln -snf /usr/lib/firefox-$VERSION/icons/$icon /usr/lib/firefox-$VERSION/chrome/icons/default/$icon`; done
+ ln -sf /usr/lib/firefox-$VERSION/icons/mozicon128.png \
+ /usr/lib/firefox-$VERSION/chrome/icons/default/main-window.png
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list