summaryrefslogtreecommitdiffstats
path: root/inc/env.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inc/env.inc.sh')
-rw-r--r--inc/env.inc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/env.inc.sh b/inc/env.inc.sh
index 34e9c5b..52284d5 100644
--- a/inc/env.inc.sh
+++ b/inc/env.inc.sh
@@ -1,6 +1,6 @@
slxsettings=$(slxsettings 2>/dev/null )
if [ $? -eq 0 ]; then
- BROOT_BUILDROOT_PATH=$(slxsettings |grep public-path | sed -e "s,^.*='\(.*\)'$,\1,")
+ BROOT_BUILDROOT_PATH=$(slxsettings |grep private-path | sed -e "s,^.*='\(.*\)'$,\1,")
BROOT_BUILDROOT_PATH="$BROOT_BUILDROOT_PATH/buildroot"
else
BROOT_BUILDROOT_PATH="/tmp/buildroot"