summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-24 09:54:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-24 09:54:24 +0100
commit96d91ed82fe41cc35b9703bb64d01d3ca6afd7bf (patch)
tree0cf8f260e3e5d57f93f67b64be18e98511251425 /bin/chroot-installation.sh
parent7fac9a5de1dc3ccabb94ae80aa8b6cd02f75289a (diff)
downloadjenkins.debian.net-96d91ed82fe41cc35b9703bb64d01d3ca6afd7bf.tar.xz
chroot-installation: install mplayer on stretch+sid (instead mplayer2 as before)
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index cb354124..6c65bbe4 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -214,10 +214,10 @@ case $1 in
SPECIFIC="libreoffice virt-manager mplayer2 chromium"
;;
stretch) DISTRO="stretch"
- SPECIFIC="libreoffice virt-manager mplayer2 chromium"
+ SPECIFIC="libreoffice virt-manager mplayer chromium"
;;
sid) DISTRO="sid"
- SPECIFIC="libreoffice virt-manager mplayer2 chromium"
+ SPECIFIC="libreoffice virt-manager mplayer chromium"
;;
*) echo "unsupported distro."
exit 1