diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-08 10:33:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-08 10:33:49 +0200 |
commit | 82d69a49ab1a2f4b58e6998f47a42efe2a795863 (patch) | |
tree | 7f9b061d8305eb69a6080122a111eb223b980440 | |
parent | 555168d19d8705e3ea353048e8c151921016b468 (diff) | |
download | jenkins.debian.net-82d69a49ab1a2f4b58e6998f47a42efe2a795863.tar.xz |
fix typo in 4d89c35fd: chroot-installation: also test eductation-lang-* metapackages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index da4622f5..80e6b75a 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -266,7 +266,7 @@ if [ "$2" != "" ] ; then ;; education-lang-se) install_packages "Debian Edu task" $2 ;; - education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $-desktop-kde + education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $2-desktop-kde ;; education*) install_packages "Debian Edu task" $2 ;; |