Added support to build subpackages from a single source.

proplib has been converted to see how it works.

--HG--
extra : convert_revision : dfcd1f547884108d69682e9e62b4aacfa431cc83
This commit is contained in:
Juan RP
2009-02-20 04:10:55 +01:00
parent 8cfe150f54
commit b225a1dc30
12 changed files with 133 additions and 8 deletions

View File

@@ -229,12 +229,12 @@ build-pkg)
continue
fi
setup_tmpl $f
xbps_make_binpkg
xbps_make_binpkg $f
reset_tmpl_vars
done
else
setup_tmpl $2
xbps_make_binpkg
xbps_make_binpkg $2
fi
;;
chroot)