diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 05:05:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 05:05:25 +0200 |
commit | 7390b0135b786e7adaf463399ba603934685c557 (patch) | |
tree | f6d5875ca26ec9101c093470a6584f2ae1a61bee /bin | |
parent | 971663f61d3f0635042bfc17c2f0bd4576885bb1 (diff) | |
download | jenkins.debian.net-7390b0135b786e7adaf463399ba603934685c557.tar.xz |
reproducible arch: fix path
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_arch_schroot_setup.sh | 2 |
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 |