diff --git a/www-client/qutebrowser/qutebrowser-2.5.4.recipe b/www-client/qutebrowser/qutebrowser-2.5.4.recipe index 9cbe2c9af..679884a8e 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.4.recipe +++ b/www-client/qutebrowser/qutebrowser-2.5.4.recipe @@ -48,6 +48,9 @@ BUILD_PREREQUIRES=" BUILD() { python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION + pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c4) + installLocation=$prefix/lib/python$pythonVersion/vendor-packages/ + export PYTHONPATH=$installLocation:$PYTHONPATH make -f misc/Makefile PYTHON=python$PYTHON_VERSION all }