created $binDir

This commit is contained in:
Vale Tolpegin
2014-12-09 23:59:38 +00:00
parent 938c3277c3
commit 148551f2b2

View File

@@ -37,6 +37,7 @@ BUILD()
INSTALL()
{
mkdir -p $binDir
python=$portPackageLinksDir/cmd~python/bin/python
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)