summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-02-18 15:45:35 -0800
committerAaron Griffin <aaronmgriffin@gmail.com>2009-02-18 15:45:35 -0800
commit4127e3721ac8ce9358082dfe8095f057b3ec1659 (patch)
treee3431e373cacb9dff8ed366a7701d8fad12e083b
parent8d32b23c487fb2cd1a27ff350547ca1a2cdb5f68 (diff)
make-sourceballs: one logfile per pkgnamearchlinux/20090220
This aids with cleanup, and we really didn't need multiple files anyway :) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-xmisc-scripts/make-sourceball2
1 files changed, 1 insertions, 1 deletions
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"