From cd9f85c1a5da6ce62f486465f682fc9229448b8e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Nov 2014 22:10:30 +0100 Subject: [PATCH] xbps-src: print $broken if set: it should contain the url to the build log. --- common/xbps-src/shutils/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index e1c87478815..8fa73daf31a 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -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