diff options
author | Daniel Baumann <daniel@debian.org> | 2010-02-17 14:46:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-02-20 17:45:36 +0100 |
commit | b7879356c51ef73de939af477cc06d2dafe78497 (patch) | |
tree | 5d0d717809e4c118aaa1c942f64f2de18f73b749 | |
parent | 53ed9eacaced5c46283e8fc18711399c96018034 (diff) | |
download | vyos-live-build-b7879356c51ef73de939af477cc06d2dafe78497.tar.gz vyos-live-build-b7879356c51ef73de939af477cc06d2dafe78497.zip |
Marking gwenview in chroot_localization as lenny-only, thanks to Rodrigo P. Gomez <armyofthepenguin@gmail.com>.
-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 |