Commit e5fe7410 authored by Dave Reisner's avatar Dave Reisner
Browse files

makechrootpkg: don't run namcap if makepkg fails

Fixes a regression introduced by 285a4e94, which made namcap a
"compile time" option.
parent 28140068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'