Split funcs to build binpkgs into its own file.

--HG--
extra : convert_revision : a4fd0f4506bd257308936e0d0c0187fa62a840ed
This commit is contained in:
Juan RP
2009-03-12 23:44:18 +01:00
parent 74ae00996d
commit b14fea2e58
3 changed files with 103 additions and 79 deletions

View File

@@ -220,7 +220,7 @@ build|configure)
fi
;;
build-pkg)
. $XBPS_SHUTILSDIR/binpkg.sh
. $XBPS_SHUTILSDIR/make-binpkg.sh
. $XBPS_SHUTILSDIR/tmpl_funcs.sh
if [ "$2" = "all" ]; then
for f in $($XBPS_BIN_CMD list|awk '{print $1}'); do