diff options
author | Daniel Baumann <daniel@debian.org> | 2010-02-17 14:46:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | 2cc07bd7cd85fe229e79f091e57f062bdd65d99a (patch) | |
tree | 5d0d717809e4c118aaa1c942f64f2de18f73b749 /helpers | |
parent | e39e5270cd40e049c19b022a5a5379c89c180dc0 (diff) | |
download | vyos-live-build-2cc07bd7cd85fe229e79f091e57f062bdd65d99a.tar.gz vyos-live-build-2cc07bd7cd85fe229e79f091e57f062bdd65d99a.zip |
Marking gwenview in chroot_localization as lenny-only, thanks to Rodrigo P. Gomez <armyofthepenguin@gmail.com>.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/chroot_localization | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/helpers/chroot_localization b/helpers/chroot_localization index a277f1731..333ee344a 100755 --- a/helpers/chroot_localization +++ b/helpers/chroot_localization @@ -638,7 +638,11 @@ then esac done - Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n + if [ "${LH_DISTRIBUTION}" = "lenny" ] + then + Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n + fi + Check_installed chroot/usr/bin/k3b k3b; [ $INSTALL_STATUS -eq 0 ] && Check_package "" k3b-i18n # Restoring cache |