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
|
local subpkg
|
||||||
|
|
||||||
for subpkg in ${subpackages}; do
|
for subpkg in ${subpackages}; do
|
||||||
if [ "$pkg" = "$pkgname-$subpkg" ]; then
|
|
||||||
unset revision
|
unset revision
|
||||||
. $XBPS_TEMPLATESDIR/$pkgname/$subpkg.template
|
. $XBPS_TEMPLATESDIR/$pkgname/$subpkg.template
|
||||||
pkgname=${sourcepkg}-${subpkg}
|
pkgname=${sourcepkg}-${subpkg}
|
||||||
set_tmpl_common_vars
|
set_tmpl_common_vars
|
||||||
xbps_make_binpkg_real
|
xbps_make_binpkg_real
|
||||||
return $?
|
|
||||||
fi
|
|
||||||
run_template ${sourcepkg}
|
run_template ${sourcepkg}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue