ENH don't rebuild if not needed

This commit is contained in:
Nathan Dwarshuis 2021-03-13 22:52:13 -05:00
parent 6a1d9c342b
commit ff139d9da1
1 changed files with 1 additions and 1 deletions

View File

@ -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[@]}" \