[Lunar-commits] <moonbase> firefox: fix the missing icons for all of the windows

Zachary McGrew zmcgrew at lunar-linux.org
Wed Aug 6 08:29:33 CEST 2008


commit 12f0adfa5ebac859090fe9c248c8ef2724262890
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Aug 5 23:29:33 2008 -0700

    firefox: fix the missing icons for all of the windows
    
    Why doesn't "make install" install the default icons?
---
 web/firefox/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/firefox/BUILD b/web/firefox/BUILD
index 85024c1..193492a 100644
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -99,9 +99,9 @@
   rm -rf /usr/lib/firefox-$VERSION/chrome/icons &&
   mkdir -p /usr/lib/firefox-$VERSION/chrome/icons/default &&
 
-  for icon in in main-window.png extensionsManager.png ; do
+  for icon in 16 32 48; do
     ln -sf /usr/lib/firefox-$VERSION/icons/mozicon128.png \
-           /usr/lib/firefox-$VERSION/chrome/icons/default/$icon
+           /usr/lib/firefox-$VERSION/chrome/icons/default/default$icon.png
   done
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list