From 891e4f353d098a639c3b1d09d45987f0908b0d38 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 26 Feb 2009 11:49:26 -0800 Subject: make-sourceball: license skip is NOT a failure Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc-scripts') diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index d58d48f..e24af2d 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -74,7 +74,8 @@ create_srcpackage() { echo "Creating source tarball for $pkgname-$pkgver-$pkgrel" if ! chk_license ${license[@]}; then - die "\t$pkgname license (${license[@]}) does not require source tarballs. Doing nothing" + echo -e "\t$pkgname license (${license[@]}) does not require source tarballs" >&2 + cleanup 0 fi local logfile="$logpath/$pkgname" -- cgit v1.2.3-24-g4f1b