Added needed Python commands in INSTALL()

This commit is contained in:
Vale Tolpegin
2014-12-09 23:01:08 +00:00
parent 90598cf0fe
commit cf75188655

View File

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