xbps-src: requires xbps>=0.45 now.

This commit is contained in:
Juan RP 2015-06-03 11:32:25 +02:00
parent 1fd57abaad
commit 3493f3c229
4 changed files with 6 additions and 6 deletions

View file

@ -17,4 +17,4 @@ if [ -z "$MASTERDIR" -o -z "$DISTDIR" ]; then
exit 1
fi
exec xbps-uchroot $EXTRA_ARGS -D $DISTDIR ${HOSTDIR:+-H $HOSTDIR} $MASTERDIR $@
exec xbps-uchroot $EXTRA_ARGS -b $DISTDIR:/void-packages ${HOSTDIR:+-b $HOSTDIR:/host} $MASTERDIR $@