summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorSebastian2010-02-11 18:54:40 +0100
committerSebastian2010-02-11 18:54:40 +0100
commit7ea1d378d357dd2fe27fda8406c593120cd3eb73 (patch)
treee52206a615f78a8c602051540346a0678a14ab1b /inc
parent.. just save state of development (diff)
downloadbroot-7ea1d378d357dd2fe27fda8406c593120cd3eb73.tar.gz
broot-7ea1d378d357dd2fe27fda8406c593120cd3eb73.tar.xz
broot-7ea1d378d357dd2fe27fda8406c593120cd3eb73.zip
move default path from openslx-base-path to public-path due problems
with syncing / updating openslx installations add pbs kernel config
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"