fixed variable declaration

This commit is contained in:
Vale Tolpegin
2014-12-09 23:15:16 +00:00
parent cf75188655
commit 9aceabe1e9

View File

@@ -38,7 +38,7 @@ BUILD()
INSTALL()
{
python=$portPackageLinksDir/cmd~python/bin/python
pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3)
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
installLocation=lib/python$version/vendor-packages
mkdir -p $installLocation/hugen_app