diff options
-rwxr-xr-x | treepkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ if [ ${DEPTH} -eq 0 ]; then # Run build command pushd "${BUILDDIR}/${_pkg}" >/dev/null - sudo pacman -Syu --noconfirm + sudo -E pacman -Syu --noconfirm ${HOOKPREBUILD} |