summaryrefslogtreecommitdiffstats
path: root/thunderbird.sh.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-09-27 19:47:45 +0200
committerRemi Collet <fedora@famillecollet.com>2011-09-27 19:47:45 +0200
commit6697d15cbc42d3585045780c141d4740dbcc3671 (patch)
tree693e3ecfa3fc753aeefa5376370fa92d800a38d2 /thunderbird.sh.in
parent5acd9d23e91d3305d13a4444b24bcfbf1ac94217 (diff)
Thunderbird 7
Diffstat (limited to 'thunderbird.sh.in')
-rw-r--r--thunderbird.sh.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/thunderbird.sh.in b/thunderbird.sh.in
index c787869..dfa0247 100644
--- a/thunderbird.sh.in
+++ b/thunderbird.sh.in
@@ -19,18 +19,18 @@ case $MOZ_ARCH in
;;
esac
-if [ ! -x $MOZ_LIB_DIR/thunderbird-TBIRD_VERSION/thunderbird ]; then
- if [ ! -x $SECONDARY_LIB_DIR/thunderbird-TBIRD_VERSION/thunderbird ]; then
- echo "Error: $MOZ_LIB_DIR/thunderbird-TBIRD_VERSION/thunderbird not found"
+if [ ! -x $MOZ_LIB_DIR/thunderbird/thunderbird ]; then
+ if [ ! -x $SECONDARY_LIB_DIR/thunderbird/thunderbird ]; then
+ echo "Error: $MOZ_LIB_DIR/thunderbird/thunderbird not found"
if [ -d $SECONDARY_LIB_DIR ]; then
- echo " $SECONDARY_LIB_DIR/thunderbird-TBIRD_VERSION/thunderbird not found"
+ echo " $SECONDARY_LIB_DIR/thunderbird/thunderbird not found"
fi
exit 1
fi
MOZ_LIB_DIR="$SECONDARY_LIB_DIR"
fi
-MOZ_DIST_BIN="$MOZ_LIB_DIR/thunderbird-TBIRD_VERSION"
+MOZ_DIST_BIN="$MOZ_LIB_DIR/thunderbird"
MOZ_PROGRAM="$MOZ_DIST_BIN/thunderbird"
MOZ_LANGPACKS_DIR="$MOZ_DIST_BIN/langpacks"
MOZ_EXTENSIONS_PROFILE_DIR="$HOME/.mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"