summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_arch_schroot_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 05:05:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 05:05:25 +0200
commit7390b0135b786e7adaf463399ba603934685c557 (patch)
treef6d5875ca26ec9101c093470a6584f2ae1a61bee /bin/reproducible_arch_schroot_setup.sh
parent971663f61d3f0635042bfc17c2f0bd4576885bb1 (diff)
downloadjenkins.debian.net-7390b0135b786e7adaf463399ba603934685c557.tar.xz
reproducible arch: fix path
Diffstat (limited to 'bin/reproducible_arch_schroot_setup.sh')
-rwxr-xr-xbin/reproducible_arch_schroot_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index be060241..d7af668e 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -71,7 +71,7 @@ $ROOTCMD pacman -S --noconfirm base-devel devtools abs
# configure abs
$ROOTCMD abs core extra
# configure sudo
-echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a $SCHROOT_BASE/$TARGET/etc/sudoers
+echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers
# configure jenkins user
$ROOTCMD mkdir /var/lib/jenkins