shutils/make-binpkg.sh: make 'build-pkg' target build all subpkgs.
--HG-- extra : convert_revision : 9b1f6d0dcbf65550e393d00eb3bea8939a644055
This commit is contained in:
parent
f7f9d75a57
commit
de15937c98
1 changed files with 5 additions and 8 deletions
|
@ -29,14 +29,11 @@ xbps_make_binpkg()
|
|||
local subpkg
|
||||
|
||||
for subpkg in ${subpackages}; do
|
||||
if [ "$pkg" = "$pkgname-$subpkg" ]; then
|
||||
unset revision
|
||||
. $XBPS_TEMPLATESDIR/$pkgname/$subpkg.template
|
||||
pkgname=${sourcepkg}-${subpkg}
|
||||
set_tmpl_common_vars
|
||||
xbps_make_binpkg_real
|
||||
return $?
|
||||
fi
|
||||
unset revision
|
||||
. $XBPS_TEMPLATESDIR/$pkgname/$subpkg.template
|
||||
pkgname=${sourcepkg}-${subpkg}
|
||||
set_tmpl_common_vars
|
||||
xbps_make_binpkg_real
|
||||
run_template ${sourcepkg}
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue