diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-12 13:59:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-12 13:59:37 +0200 |
commit | 434f38b6fbff64a6ce2baedea55b648a74644ded (patch) | |
tree | ab5aa1db4d26ff5cfb448b5d9e099ee8e553a2ea /hosts/freebsd-jenkins/usr | |
parent | c1325100358ee12ea765d47c1df304320848c432 (diff) | |
download | jenkins.debian.net-434f38b6fbff64a6ce2baedea55b648a74644ded.tar.xz |
reproducible freebsd: fix pathes
Diffstat (limited to 'hosts/freebsd-jenkins/usr')
-rw-r--r-- | hosts/freebsd-jenkins/usr/local/etc/sudoers | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers index 6cbddda2..0be3749c 100644 --- a/hosts/freebsd-jenkins/usr/local/etc/sudoers +++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers @@ -93,9 +93,9 @@ root ALL=(ALL) ALL # for reproducible builds: jenkins ALL= NOPASSWD: /usr/bin/make buildworld, \ - rm -r /usr/src /usr/obj, \ - mkdir /usr/src /usr/obj, \ - chown jenkins /usr/src /usr/obj + /bin/rm -r /usr/src /usr/obj, \ + /bin/mkdir /usr/src /usr/obj, \ + /usr/sbin/chown jenkins /usr/src /usr/obj ## Uncomment to allow any user to run sudo if they know the password ## of the user they are running the command as (root by default). |