vte: unbreak cross: use XBPS_WRAPPERDIR.

This commit is contained in:
Juan RP 2015-01-28 08:21:27 +01:00
parent 397157f061
commit 2e38798e33

View file

@ -18,7 +18,7 @@ pre_configure() {
}
do_configure() {
if [ "$CROSS_BUILD" ]; then
ln -s ${wrksrc}/.xbps/bin/python-config ${wrksrc}
ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc}
fi
env PYTHON=python ./configure ${configure_args}
}