From e854da958145b2905e6df6bc5b9b573cb3391acd Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 17:47:06 -0500 Subject: [PATCH] ENH actually make my cpu scream --- dot_bin/executable_bootstrap_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 191cd2c..609be18 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -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() {