Loading makechrootpkg +3 −3 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ if [ -n "$install_pkg" ]; then mkarchroot -r "pacman -U /$pkgname" "$copydir" ret=$? rm "$copydir/$pkgname" #exit early, we've done all we need to # Exit early, we've done all we need to exit $ret fi Loading @@ -171,7 +171,7 @@ if [ "$REPACK" != "1" ]; then rm -rf "$copydir/build/"* fi # read .makpekg.conf even if called via sudo # Read .makepkg.conf even if called via sudo if [ -n "${SUDO_USER}" ]; then makepkg_conf="/$(eval echo ~${SUDO_USER})/.makepkg.conf" else Loading Loading
makechrootpkg +3 −3 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ if [ -n "$install_pkg" ]; then mkarchroot -r "pacman -U /$pkgname" "$copydir" ret=$? rm "$copydir/$pkgname" #exit early, we've done all we need to # Exit early, we've done all we need to exit $ret fi Loading @@ -171,7 +171,7 @@ if [ "$REPACK" != "1" ]; then rm -rf "$copydir/build/"* fi # read .makpekg.conf even if called via sudo # Read .makepkg.conf even if called via sudo if [ -n "${SUDO_USER}" ]; then makepkg_conf="/$(eval echo ~${SUDO_USER})/.makepkg.conf" else Loading