From 7390b0135b786e7adaf463399ba603934685c557 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Oct 2015 05:05:25 +0200 Subject: reproducible arch: fix path --- bin/reproducible_arch_schroot_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_arch_schroot_setup.sh') 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 -- cgit v1.2.3-70-g09d2