From b6ca5aa8ae15e98a01f3897fa4931319aad94732 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 23 Sep 2009 07:57:20 -0700 Subject: make-sourceballs: clean up output Only output "Creating sourceball" text when we're actually creating it Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 4 ++-- 1 file 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" -- cgit v1.2.3-24-g4f1b