summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_localization
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-11-30 13:47:54 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:02 +0100
commitac52cf9e0f617b6e5e69cc3510f1fcf8c5479bb7 (patch)
treecb9115e0d4f55ad43a47f59be52092c76493de84 /helpers/lh_chroot_localization
parent6a8e1b63754cb66bb4f86092517573f06e9b7e04 (diff)
downloadlive-build-ac52cf9e0f617b6e5e69cc3510f1fcf8c5479bb7.zip
live-build-ac52cf9e0f617b6e5e69cc3510f1fcf8c5479bb7.tar.gz
Updating icedove-l10n packagename handling for post-lenny, thanks to intrigeri <intrigeri@boum.org>.
Diffstat (limited to 'helpers/lh_chroot_localization')
-rwxr-xr-xhelpers/lh_chroot_localization11
1 files changed, 10 insertions, 1 deletions
diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization
index 12104e7..a277f17 100755
--- a/helpers/lh_chroot_localization
+++ b/helpers/lh_chroot_localization
@@ -608,7 +608,16 @@ then
;;
icedove)
- Check_installed chroot/usr/bin/icedove icedove; [ $INSTALL_STATUS -eq 0 ] && Check_package "" icedove-locale-"${ICEDOVE}"
+ Check_installed chroot/usr/bin/icedove icedove
+ if [ $INSTALL_STATUS -eq 0 ]
+ then
+ if [ "${LH_DISTRIBUTION}" = lenny ]
+ then
+ Check_package "" icedove-locale-"${ICEDOVE}"
+ else
+ Check_package "" icedove-l10n-"${ICEDOVE}"
+ fi
+ fi
;;
iceweasel)