Create binpkgs for meta-template packages.

--HG--
extra : convert_revision : fdf26fe45ee1b5ecb2d32a7e72e2b83c8ee02f5a
This commit is contained in:
Juan RP
2008-12-13 08:44:51 +01:00
parent 8df38b299b
commit a31a003a63
4 changed files with 11 additions and 32 deletions

View File

@@ -278,7 +278,6 @@ build-pkg)
if [ "$2" = "all" ]; then
for f in $($XBPS_PKGDB_CMD list|awk '{print $1}'); do
setup_tmpl $f
[ "$build_style" = "meta-template" ] && continue
xbps_make_binpkg
reset_tmpl_vars
done