From 5ca5f0c705590bd5f8bd4af265ad0e753ca9394f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 13 Feb 2009 13:58:25 -0800 Subject: Call makepkg with --ignorearch during --allsource 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 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)" -- cgit v1.2.3-2-g168b