[Lunar-commits] <moonbase-other> chromium: Fixed for some missing logo png files
Terry Chan
tchan at lunar-linux.org
Mon Aug 27 04:45:18 CEST 2012
commit 2489878e5baa6c5e988e285d222e8920660f97a1
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun, 26 Aug 2012 19:45:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2489878e5baa6c5e988e285d222e8920660f97a1
chromium: Fixed for some missing logo png files
---
web/chromium/BUILD +1/-1
1 files changed, 1 insertions (+), 1 deletions (-)
--- a/web/chromium/BUILD
+++ b/web/chromium/BUILD
@@ -75,7 +75,7 @@ EOF
install -m 0644 -D $SCRIPT_DIRECTORY/chromium.desktop /usr/share/applications/chromium.desktop &&
if [ -d /usr/share/icons/hicolor/ ] ; then
- for size in 16 22 24 32 48 64 128 256; do
+ for size in 22 24 48 64 128 256; do
install -m 0644 -D \
chrome/app/theme/chromium/product_logo_${size}.png /usr/share/icons/hicolor/${size}x${size}/apps/chromium.png
done
More information about the Lunar-commits
mailing list