switched $installLocation with $binDir

This commit is contained in:
Vale Tolpegin
2014-12-09 23:52:28 +00:00
parent b775b25567
commit 9031f17718

View File

@@ -43,6 +43,6 @@ INSTALL()
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
echo python $installLocation/hugen_app/hugen.py > $binDir/hugen
chmod +x $installLocation/hugen
}