[Lunar-commits] <moonbase> thunderbird: small tweaks.

Florin Braescu florin at lunar-linux.org
Wed Sep 8 13:26:01 CEST 2010


commit 745a4bff179bee02a789b643a194ab08abaa050e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 8 14:26:01 2010 +0300

    thunderbird: small tweaks.
---
 mail/thunderbird/BUILD |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index b10e526..8d69ea5 100644
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -83,14 +83,14 @@
            $MOZILLA_HOME/chrome/icons/default/$icon`
   done
 
-    # Now the .desktop file and the icon
-    mkdir -p /usr/share/applications /usr/share/pixmaps &&
-    install -m644 $SCRIPT_DIRECTORY/thunderbird.desktop /usr/share/applications &&
-    # please, dont just let the lin fail because /usr/share/pixmaps/thunderbird.xpm is an existing symlink...
-    rm -f /usr/share/pixmaps/thunderbird.xpm &&
-    cp $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/content/icon64.png $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/mailicon64.png &&
-    cp -f $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/content/icon48.png $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/mailicon48.png &&
-    install -m644 $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/mailicon*.png /usr/share/pixmaps
+  # Now the .desktop file and the icon
+  mkdir -p /usr/share/applications /usr/share/pixmaps &&
+  install -m644 $SCRIPT_DIRECTORY/thunderbird.desktop /usr/share/applications &&
+  # please, dont just let the lin fail because /usr/share/pixmaps/thunderbird.xpm is an existing symlink...
+  rm -f /usr/share/pixmaps/thunderbird.xpm &&
+  cp $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/content/icon64.png $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/mailicon64.png &&
+  cp -f $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/content/icon48.png $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/mailicon48.png &&
+  install -m644 $SOURCE_DIRECTORY/$COMM_VER/other-licenses/branding/thunderbird/mailicon*.png /usr/share/pixmaps
 
 ) > $C_FIFO 2>&1
 


More information about the Lunar-commits mailing list