mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
fixed variable declaration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user