summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/bootstrap.inc.sh2
-rw-r--r--inc/env.inc.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/inc/bootstrap.inc.sh b/inc/bootstrap.inc.sh
index 0f0648e..2eabf54 100644
--- a/inc/bootstrap.inc.sh
+++ b/inc/bootstrap.inc.sh
@@ -1,5 +1,5 @@
-bootsrap () {
+bootstrap () {
[ ! -d $buildrootpath ] && mkdir -p $buildrootpath
echo "broot is going to run debootsrap now: ~-_"
diff --git a/inc/env.inc.sh b/inc/env.inc.sh
index 9f9881e..fed5fea 100644
--- a/inc/env.inc.sh
+++ b/inc/env.inc.sh
@@ -1,2 +1,2 @@
-buildrootpath=$(slxsettings |grep base-path | sed -e "s,^.*='\(.*\)'$,\1,")
-buildrootpath="$buildrootpath/share/buildroot"
+buildrootpath=$(slxsettings |grep public-path | sed -e "s,^.*='\(.*\)'$,\1,")
+buildrootpath="$buildrootpath/buildroot"