xbps-src: print $broken if set: it should contain the url to the build log.
This commit is contained in:
parent
46ededb815
commit
cd9f85c1a5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue