OpenShot: fix python path

This commit is contained in:
Gerasim Troeglazov
2019-04-21 21:08:34 +10:00
parent 8cbda7ac8d
commit 9a10c5e06c

View File

@@ -6,7 +6,7 @@ you create the film you always dreamed of. Easily add sub-titles, transitions,\
HOMEPAGE="https://www.openshot.org" HOMEPAGE="https://www.openshot.org"
COPYRIGHT="2008-2019 OpenShot Studios, LLC" COPYRIGHT="2008-2019 OpenShot Studios, LLC"
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="1" REVISION="2"
SOURCE_URI="https://github.com/OpenShot/openshot-qt/archive/v$portVersion.tar.gz" SOURCE_URI="https://github.com/OpenShot/openshot-qt/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be" CHECKSUM_SHA256="8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be"
SOURCE_FILENAME="openshot-$portVersion.tar.gz" SOURCE_FILENAME="openshot-$portVersion.tar.gz"
@@ -64,7 +64,7 @@ INSTALL()
$portDir/additional-files/openshot.rdef.in \ $portDir/additional-files/openshot.rdef.in \
> openshot.rdef > openshot.rdef
# GENERIC: all python_setuptools-based installs need this # GENERIC: all python_setuptools-based installs need this
python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python3 python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION
pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3) pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3)
installLocation=$prefix/lib/python$pythonVersion/vendor-packages/ installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
export PYTHONPATH=$installLocation:$PYTHONPATH export PYTHONPATH=$installLocation:$PYTHONPATH