$prefix fix

This commit is contained in:
Vale Tolpegin
2014-12-09 23:19:48 +00:00
parent 9aceabe1e9
commit b775b25567

View File

@@ -40,7 +40,7 @@ INSTALL()
python=$portPackageLinksDir/cmd~python/bin/python
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
installLocation=lib/python$version/vendor-packages
installLocation=$prefix/lib/python$version/vendor-packages
mkdir -p $installLocation/hugen_app
cp -R hugen.py configs/ templates/ $installLocation/hugen_app
echo python $installLocation/hugen_app/hugen.py > $installLocation/hugen