Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=7ff76aae492bffb56807cd6aa7bc7447c72b5851
commit 7ff76aae492bffb56807cd6aa7bc7447c72b5851 Author: crazy <[email protected]> Date: Tue Jan 30 19:24:50 2018 +0100 ermm is exit 1 diff --git a/scripts/makepkg b/scripts/makepkg index 32171e1..ac782be 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -1442,7 +1442,7 @@ if [ "$INCHROOT" == "1" ]; then error "Your build/makepkg.conf is broken" error "CXXFLAGS is missing -fstack-protector-strong missing" error "and options+=('noprotector') is not set.." - ext 1 + exit 1 fi fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
