From 938c3277c314d0668e0ec894e2241696d8580a56 Mon Sep 17 00:00:00 2001 From: Vale Tolpegin Date: Tue, 9 Dec 2014 23:54:57 +0000 Subject: [PATCH] $installLocation to $binDir again --- 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 958fc344a..ebd4f35ee 100644 --- a/dev-cpp/hugen/hugen-1.recipe +++ b/dev-cpp/hugen/hugen-1.recipe @@ -44,5 +44,5 @@ INSTALL() mkdir -p $installLocation/hugen_app cp -R hugen.py configs/ templates/ $installLocation/hugen_app echo python $installLocation/hugen_app/hugen.py > $binDir/hugen - chmod +x $installLocation/hugen + chmod +x $binDir/hugen }