diff --git a/srcpkgs/vte/template b/srcpkgs/vte/template index d7cfbed50e..8742034c68 100644 --- a/srcpkgs/vte/template +++ b/srcpkgs/vte/template @@ -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} }