From b775b255674537aaa56f82610813fe3cd1609c3e Mon Sep 17 00:00:00 2001 From: Vale Tolpegin Date: Tue, 9 Dec 2014 23:19:48 +0000 Subject: [PATCH] $prefix fix --- 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 e2c6659f7..d8dde97ab 100644 --- a/dev-cpp/hugen/hugen-1.recipe +++ b/dev-cpp/hugen/hugen-1.recipe @@ -40,7 +40,7 @@ INSTALL() python=$portPackageLinksDir/cmd~python/bin/python version=$($python --version 2>&1 | sed 's/Python //' | head -c3) - installLocation=lib/python$version/vendor-packages + 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