shutils/make-binpkg: reset noarch for subpkgs.

--HG--
extra : convert_revision : dec3deb9321b1689b79a6d9035f947cd15088ca5
This commit is contained in:
Juan RP 2009-12-27 16:48:27 +01:00
parent 1fb0ef3e25
commit 925e22e0f9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ xbps_make_binpkg()
[ -z "$pkgname" ] && return 1
for subpkg in ${subpackages}; do
unset revision
unset revision noarch
. $XBPS_SRCPKGDIR/$pkgname/$subpkg.template
pkgname=${subpkg}
set_tmpl_common_vars