summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2014-07-19 18:56:09 +0800
committerHolger Levsen <holger@layer-acht.org>2014-07-19 13:10:00 +0200
commitb50ed264708361b5265ffce57e7830eeeb3a415e (patch)
tree4c7cd38f5a3486350836652a39af79b20f284031 /bin
parentf13700d2e00943f4a468af41b00c6de10194e01c (diff)
downloadjenkins.debian.net-b50ed264708361b5265ffce57e7830eeeb3a415e.tar.xz
Use the correct binary packages for the chromium browser
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot-installation.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 1a7242cb..b53d5177 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -117,16 +117,16 @@ trap cleanup_all INT TERM EXIT
case $1 in
squeeze) DISTRO="squeeze"
- SPECIFIC="openoffice.org virtualbox-ose mplayer chromium"
+ SPECIFIC="openoffice.org virtualbox-ose mplayer chromium-browser"
;;
wheezy) DISTRO="wheezy"
SPECIFIC="libreoffice virtualbox mplayer chromium"
;;
jessie) DISTRO="jessie"
- SPECIFIC="libreoffice virt-manager mplayer2 chromium-browser"
+ SPECIFIC="libreoffice virt-manager mplayer2 chromium"
;;
sid) DISTRO="sid"
- SPECIFIC="libreoffice virt-manager mplayer2 chromium-browser"
+ SPECIFIC="libreoffice virt-manager mplayer2 chromium"
;;
*) echo "unsupported distro."
exit 1