ENH actually make my cpu scream
This commit is contained in:
parent
3a2c1af3da
commit
e854da9581
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue