ENH use better names for temp dirs
This commit is contained in:
parent
cbe2e88d7f
commit
58756fddb9
|
@ -15,8 +15,8 @@
|
|||
## 7. remove the pacman sudo privilege for nobody
|
||||
|
||||
PKGSRC_dir="$1"
|
||||
PKGBUILD_dir=/tmp/makepkg
|
||||
YAYTMP=/tmp/something
|
||||
PKGBUILD_dir=/tmp/bootstrap-makepkg
|
||||
YAYTMP=/tmp/bootstrap-yay
|
||||
NOBODY_SUDO="nobody ALL=(root) NOPASSWD: /usr/bin/pacman"
|
||||
NOBODY_SUDO_CONF=/etc/sudoers.d/10-nobody-pacman
|
||||
|
||||
|
|
Loading…
Reference in New Issue