Skip to content

Commit bd39a05

Browse files
author
Juan RP
committed
configure: improve previous.
1 parent af82bab commit bd39a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ printf "print_pkgs:\n" >> Makefile
165165
printf "\t@echo \$(PKGS)\n\n" >> Makefile
166166
printf "built/%%: tobuild/%%\n" >> Makefile
167167
printf "\t@echo \"[xbps-src]\t\${@F}\"\n" >> Makefile
168-
printf "\t@$XSC pkg \${@F}; [ \$\$? -eq 2 ] && exit 0\n" >> Makefile
168+
printf "\t@$XSC pkg \${@F}; [ \$\$? -eq 2 ] && exit 0 || exit \$\$?\n" >> Makefile
169169
printf "\t@touch \$@\n" >> Makefile
170170
printf "\t@rm tobuild/\${@F}\n\n" >> Makefile
171171

0 commit comments

Comments
 (0)