xbps-src: move helpers to environment; there's no need to have them.

Those helpers were just setting up some extra functions that can be used
on templates, and this can be done already via environment, so let's remove
the helpers completely.
This commit is contained in:
Juan RP 2014-08-30 09:01:29 +02:00
parent 85106303ad
commit 790202ddbd
10 changed files with 0 additions and 53 deletions

View file

@ -16,10 +16,6 @@ XBPS_CROSS_BUILD="$2"
. $XBPS_SHUTILSDIR/common.sh
for f in $XBPS_COMMONDIR/helpers/*.sh; do
source_file "$f"
done
setup_pkg "$PKGNAME" $XBPS_CROSS_BUILD
for f in $XBPS_COMMONDIR/environment/build/*.sh; do