tags 393123 patch
stop

Another possible fix is attached.

It could be made into a one-liner like:
  [ "$progbase" = 'thunderbird' ] && progbase=icedove
however the attached patch might be more readable.

-Ted
diff -ru icedove-1.5.0.7/debian/mozilla.in_1.0.6 icedove-1.5.0.7-new/debian/mozilla.in_1.0.6
--- icedove-1.5.0.7/debian/mozilla.in_1.0.6	2006-10-15 22:35:03.000000000 +1000
+++ icedove-1.5.0.7-new/debian/mozilla.in_1.0.6	2006-10-15 22:48:31.000000000 +1000
@@ -81,6 +81,11 @@
 progname="$0"
 curdir=`dirname "$progname"`
 progbase=`basename "$progname"`
+if [ "$progbase" = 'thunderbird' ]; then
+  # This is the Thunderbird -> IceDove transition wrapper
+  progbase=icedove
+fi
+
 run_moz="$curdir/run-mozilla.sh"
 if test -x "$run_moz"; then
   dist_bin="$curdir"

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to