ENH use better names for temp dirs

This commit is contained in:
Nathan Dwarshuis 2021-03-13 17:44:46 -05:00
parent cbe2e88d7f
commit 58756fddb9
1 changed files with 2 additions and 2 deletions

View File

@ -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