From 4127e3721ac8ce9358082dfe8095f057b3ec1659 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 18 Feb 2009 15:45:35 -0800 Subject: make-sourceballs: one logfile per pkgname This aids with cleanup, and we really didn't need multiple files anyway :) Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc-scripts/make-sourceball') diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index cfa606a..328bafd 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -77,7 +77,7 @@ create_srcpackage() { die -e "\tPackage license (${license[@]}) does not require source tarballs. Doing nothing" fi - local logfile="$logpath/$pkgname-$reponame-$_arch" + local logfile="$logpath/$pkgname" if ! /usr/bin/makepkg --allsource --ignorearch >"$logfile" 2>&1; then popd >/dev/null /bin/gzip -f -9 "$logfile" -- cgit v1.2.3-24-g4f1b