summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-02-26 11:49:26 -0800
committerAaron Griffin <aaronmgriffin@gmail.com>2009-02-26 11:49:26 -0800
commit891e4f353d098a639c3b1d09d45987f0908b0d38 (patch)
tree5a890bf28f7d0704a9d630f3b1031fef506e7194
parent2de2859cc0fd7f9db26630dffec25fccb88f3434 (diff)
make-sourceball: license skip is NOT a failurearchlinux/20090312
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-xmisc-scripts/make-sourceball3
1 files changed, 2 insertions, 1 deletions
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"