ENH actually make my cpu scream

This commit is contained in:
Nathan Dwarshuis 2021-03-13 17:47:06 -05:00
parent 3a2c1af3da
commit e854da9581
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ try_nobody_update() {
call_makepkg() {
cd "$PKGBUILD_dir/$1" || return 1
MAKEFLAGS="-j$(nproc)" sudo -u nobody makepkg -s -r -i -f --noconfirm
sudo -u nobody MAKEFLAGS="-j$(nproc)" makepkg -s -r -i -f --noconfirm
}
run_yay() {