1
0

- update to Thunderbird 14.0 (bnc#)

* relicensed to MPL-2.0
- update Enigmail to 1.4.3
  * bugfix release

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=184
This commit is contained in:
Wolfgang Rosenauer
2012-07-16 08:37:53 +00:00
committed by Git OBS Bridge
parent ecebc15ccd
commit bff98d2e04
19 changed files with 66 additions and 518 deletions

View File

@@ -133,10 +133,7 @@ if [ $moz_debug -eq 1 ]; then
trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15
echo -e "set args ${1+"$@"}\nrun" > $tmpfile
echo "$moz_debugger $MOZ_PROGRAM -x $tmpfile"
$moz_debugger "$MOZ_PROGRAM" -x $tmpfile
exec $moz_debugger "$MOZ_PROGRAM" -x $tmpfile
else
$MOZ_PROGRAM "$@"
exec $MOZ_PROGRAM "$@"
fi
exitcode=$?
exit $exitcode