summaryrefslogtreecommitdiffstats
path: root/misc-scripts/make-sourceball
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-02-13 22:58:25 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2009-02-13 22:58:25 +0100
commit5ca5f0c705590bd5f8bd4af265ad0e753ca9394f (patch)
tree9796faab9a5946c13e0064e4536a001a4ace1bcf /misc-scripts/make-sourceball
parent36a32f7ce64e4ca8476901b8c25299b6b8fd1f63 (diff)
downloaddbscripts-5ca5f0c705590bd5f8bd4af265ad0e753ca9394f.tar.gz
dbscripts-5ca5f0c705590bd5f8bd4af265ad0e753ca9394f.tar.xz
Call makepkg with --ignorearch during --allsource
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/make-sourceball')
-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 75c3db7..51f28c1 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
- if ! /usr/bin/makepkg --allsource >"$logpath/$pkgname" 2>&1; then
+ if ! /usr/bin/makepkg --allsource --ignorearch >"$logpath/$pkgname" 2>&1; then
popd >/dev/null
/bin/gzip -9 "$logpath/$pkgname"
die "\tFailed to download source for $pkgname-$pkgver-$pkgrel ($reponame-$_arch)"