summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_archlinux_schroot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-11-21 23:36:02 +0000
committerHolger Levsen <holger@layer-acht.org>2017-11-21 23:36:02 +0000
commit087eed67f6cfbd1f94684f1d968d69f23d2f4671 (patch)
tree3c2f6297c1f7023672c8c48c9815e806cee089b8 /bin/reproducible_setup_archlinux_schroot.sh
parentaf7e9f8e887b452e8174f4a1507fb94647e756d6 (diff)
downloadjenkins.debian.net-087eed67f6cfbd1f94684f1d968d69f23d2f4671.tar.xz
fixup 0e88122cb: install multilib-devel and accept gcc-multilib replacement
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_setup_archlinux_schroot.sh')
-rwxr-xr-xbin/reproducible_setup_archlinux_schroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index ca230705..cf67f0a3 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -109,7 +109,7 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
sed -i 's/^#*XferCommand.*/XferCommand = curl --insecure -C - -f %u > %o/' "$SCHROOT_BASE/$TARGET/etc/pacman.conf"
fi
$ROOTCMD bash -l -c 'pacman -Syu --noconfirm'
-$ROOTCMD bash -l -c 'yes | pacman -S --noconfirm multilib-devel base-devel devtools fakechroot asciidoc asp'
+yes | $ROOTCMD bash -l -c 'pacman -S --noconfirm multilib-devel base-devel devtools fakechroot asciidoc asp'
# configure sudo
echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers