summaryrefslogtreecommitdiffstats
path: root/inc/update.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inc/update.inc.sh')
-rw-r--r--inc/update.inc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/update.inc.sh b/inc/update.inc.sh
index af3ff9d..fa7cd25 100644
--- a/inc/update.inc.sh
+++ b/inc/update.inc.sh
@@ -5,6 +5,6 @@ updatebuildroot () {
}
updateScripts () {
- cp ./chroot-scripts/* $buildrootpath/root/bin/
- chmod 700 $buildrootpath/root/bin/*
+ cp ./chroot-scripts/* $BROOT_BUILDROOT_PATH/root/bin/
+ chmod 700 $BROOT_BUILDROOT_PATH/root/bin/*
}