From 9aceabe1e9ae82825616296b6f346d0ccaa005e8 Mon Sep 17 00:00:00 2001 From: Vale Tolpegin Date: Tue, 9 Dec 2014 23:15:16 +0000 Subject: [PATCH] fixed variable declaration --- 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 5338b558c..e2c6659f7 100644 --- a/dev-cpp/hugen/hugen-1.recipe +++ b/dev-cpp/hugen/hugen-1.recipe @@ -38,7 +38,7 @@ BUILD() INSTALL() { python=$portPackageLinksDir/cmd~python/bin/python - pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3) + version=$($python --version 2>&1 | sed 's/Python //' | head -c3) installLocation=lib/python$version/vendor-packages mkdir -p $installLocation/hugen_app