summaryrefslogtreecommitdiffstats
path: root/tasks/build_core.task.sh
diff options
context:
space:
mode:
authorSebastian2010-08-11 18:27:29 +0200
committerSebastian2010-08-11 18:27:29 +0200
commitd17613609a7f6c04bf63c26dd394bc5a1c1c13da (patch)
tree1e3767b1a97abb70ca5efb7dece18a57648c9d7e /tasks/build_core.task.sh
parenttransfer (diff)
downloadbroot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.tar.gz
broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.tar.xz
broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.zip
foo
Diffstat (limited to 'tasks/build_core.task.sh')
-rw-r--r--tasks/build_core.task.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/build_core.task.sh b/tasks/build_core.task.sh
new file mode 100644
index 0000000..5cdd3b1
--- /dev/null
+++ b/tasks/build_core.task.sh
@@ -0,0 +1,7 @@
+build_core_package_dependencies=""
+
+build_core() {
+ local ME=build_core
+ echo " Building core"
+ chroot-exec /root/bin/build-core.sh >> $BROOT_LOG.$ME
+}