diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-09 12:37:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-09 12:37:22 +0200 |
commit | 8fa19d17a929f2eef84008e339eb57dc6378c81d (patch) | |
tree | e3c02332d17847e602ad53519857dc920c326468 /bin | |
parent | 90a2019fa5b822cd216093eef9792e52d2943a8d (diff) | |
download | jenkins.debian.net-8fa19d17a929f2eef84008e339eb57dc6378c81d.tar.xz |
chroot-installs: dont try to install education-lang-$XX-desktop-kde packages anymore and do install education-lang-$XX-desktop packages for more languages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 62f401b8..676b4f67 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -258,9 +258,9 @@ if [ "$2" != "" ] ; then ;; esac ;; - education-lang-se) install_packages "Debian Edu task" $2 + education-lang-(da|he|ja|no|zh-tw)) install_packages "Debian Edu task" $2 $2-desktop ;; - education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $2-desktop-kde + education-lang-*) install_packages "Debian Edu task" $2 ;; education*) install_packages "Debian Edu task" $2 ;; |