From 9031f177181e098138a1396bdd9dc270d20d0c9d Mon Sep 17 00:00:00 2001 From: Vale Tolpegin Date: Tue, 9 Dec 2014 23:52:28 +0000 Subject: [PATCH] switched $installLocation with $binDir --- dev-cpp/hugen/hugen-1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }