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
|
## 7. remove the pacman sudo privilege for nobody
|
||||||
|
|
||||||
PKGSRC_dir="$1"
|
PKGSRC_dir="$1"
|
||||||
PKGBUILD_dir=/tmp/makepkg
|
PKGBUILD_dir=/tmp/bootstrap-makepkg
|
||||||
YAYTMP=/tmp/something
|
YAYTMP=/tmp/bootstrap-yay
|
||||||
NOBODY_SUDO="nobody ALL=(root) NOPASSWD: /usr/bin/pacman"
|
NOBODY_SUDO="nobody ALL=(root) NOPASSWD: /usr/bin/pacman"
|
||||||
NOBODY_SUDO_CONF=/etc/sudoers.d/10-nobody-pacman
|
NOBODY_SUDO_CONF=/etc/sudoers.d/10-nobody-pacman
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue