makechrootpkg: don't run namcap if makepkg fails

Fixes a regression introduced by 285a4e94cd, which made namcap a
"compile time" option.
This commit is contained in:
Dave Reisner 2014-10-20 19:13:57 -04:00
parent 28140068ce
commit e5fe74102d
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ EOF
# This is a little gross, but this way the script is recreated every time in the
# working copy
{
printf $'#!/bin/bash\n%s\n_chrootbuild %q %q\n' "$(declare -f _chrootbuild)" \
printf $'#!/bin/bash\n%s\n_chrootbuild %q %q || exit\n' "$(declare -f _chrootbuild)" \
"$makepkg_args" "$run_namcap"
if $run_namcap; then
cat <<'EOF'