ENH don't rebuild if not needed
This commit is contained in:
parent
6a1d9c342b
commit
ff139d9da1
|
@ -98,7 +98,7 @@ run_yay() {
|
||||||
spotify_pkgs=(gconf)
|
spotify_pkgs=(gconf)
|
||||||
|
|
||||||
sudo -u nobody HOME="$yaytmp" MAKEFLAGS="-j$(nproc)" \
|
sudo -u nobody HOME="$yaytmp" MAKEFLAGS="-j$(nproc)" \
|
||||||
yay --needed --noconfirm --removemake -S \
|
yay --needed --noconfirm --norebuild --removemake -S \
|
||||||
"${dunst_pkgs[@]}" \
|
"${dunst_pkgs[@]}" \
|
||||||
"${emacs_pkgs[@]}" \
|
"${emacs_pkgs[@]}" \
|
||||||
"${flameshot_pkgs[@]}" \
|
"${flameshot_pkgs[@]}" \
|
||||||
|
|
Loading…
Reference in New Issue