xbps-src: reorganize code in more sections.

This commit is contained in:
Juan RP 2014-09-05 11:10:07 +02:00
parent a078049b40
commit 13c2ca3bd2
11 changed files with 192 additions and 179 deletions

View file

@ -14,7 +14,9 @@ fi
PKGNAME="$1"
XBPS_CROSS_BUILD="$2"
. $XBPS_SHUTILSDIR/common.sh
for f in $XBPS_SHUTILSDIR/*.sh; do
. $f
done
setup_pkg "$PKGNAME" $XBPS_CROSS_BUILD