diff --git a/dev-cpp/hugen/hugen-1.recipe b/dev-cpp/hugen/hugen-1.recipe index d8dde97ab..958fc344a 100644 --- a/dev-cpp/hugen/hugen-1.recipe +++ b/dev-cpp/hugen/hugen-1.recipe @@ -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 }