xbps-src: print $broken if set: it should contain the url to the build log.

This commit is contained in:
Juan RP 2014-11-11 22:10:30 +01:00
parent 46ededb815
commit cd9f85c1a5

View file

@ -395,7 +395,8 @@ setup_pkg() {
msg_red "$pkgver: cannot be cross compiled, exiting...\n"
exit 0
elif [ "$broken" ]; then
msg_red "$pkgver: cannot be built, it's currently broken; exiting...\n"
msg_red "$pkgver: cannot be built, it's currently broken; see the build log:\n"
msg_red "$pkgver: $broken\n"
exit 0
fi