summaryrefslogtreecommitdiffstats
path: root/misc-scripts/make-sourceball
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-09-23 16:57:20 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-23 16:57:20 +0200
commitb6ca5aa8ae15e98a01f3897fa4931319aad94732 (patch)
tree72de88850440059f91e4c9424128a303f76b4643 /misc-scripts/make-sourceball
parent09e556788e79fc86ce0c5ab7a6a26abcddcd0cbd (diff)
downloaddbscripts-b6ca5aa8ae15e98a01f3897fa4931319aad94732.tar.gz
dbscripts-b6ca5aa8ae15e98a01f3897fa4931319aad94732.tar.xz
make-sourceballs: clean up output
Only output "Creating sourceball" text when we're actually creating it Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-xmisc-scripts/make-sourceball4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball
index 3d42f13..75eee07 100755
--- a/misc-scripts/make-sourceball
+++ b/misc-scripts/make-sourceball
@@ -69,12 +69,12 @@ create_srcpackage() {
pushd "$1" >/dev/null
. "$BUILDSCRIPT"
- echo "Creating source tarball for $packagename-$pkgver-$pkgrel"
-
if ! chk_license ${license[@]}; then
#Removed so as not to clutter failed.txt
#echo -e "\t$packagename license (${license[@]}) does not require source tarballs" >&2
cleanup 0
+ else
+ echo "Creating source tarball for $packagename-$pkgver-$pkgrel"
fi
local logfile="$logpath/$packagename"