From 549fc8b9a7a0a7fe7fde974ece70de99658d285f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Aug 2015 15:35:28 +0100 Subject: explain why we had to change target variable --- libvasile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvasile b/libvasile index aa08f91..bdee7f5 100755 --- a/libvasile +++ b/libvasile @@ -7,6 +7,9 @@ export local overlaydir="overlaydir" export local envkogaionuser="root" # env target variable (can be a single package, multiple packages, or a target file passed as parameter) +# vasile is now splitted, so calling it with one of its build arguments (--build32 or --build64) +# would import that argument into envkogaiontarget variable and building most likely would fail +# so change envkogaiontarget variable for vasile to skip build arguments and focus and next ones (target files, or packages) export local envkogaiontarget="${@:2}" export local envkogaionbuildtarget="emerge -kav "$envkogaiontarget"" -- cgit v1.2.3