Loading makechrootpkg +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ cd /build export HOME=/build sudo -u nobody makepkg $MAKEPKG_ARGS || touch BUILD_FAILED [ -f BUILD_FAILED ] && exit 1 which namcap 2>&1 >/dev/null && namcap *${PKGEXT} > /pkgdest/namcap.log which namcap 2>&1 >/dev/null && namcap /pkgdest/*${PKGEXT} > /pkgdest/namcap.log exit 0 EOF ) > "$uniondir/chrootbuild" Loading Loading
makechrootpkg +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ cd /build export HOME=/build sudo -u nobody makepkg $MAKEPKG_ARGS || touch BUILD_FAILED [ -f BUILD_FAILED ] && exit 1 which namcap 2>&1 >/dev/null && namcap *${PKGEXT} > /pkgdest/namcap.log which namcap 2>&1 >/dev/null && namcap /pkgdest/*${PKGEXT} > /pkgdest/namcap.log exit 0 EOF ) > "$uniondir/chrootbuild" Loading