summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-04 11:57:43 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-04 11:58:43 +0200
commitdae7360bbfc3ca186b1008fbbd705610f43c29e7 (patch)
tree8459f80bda2afb00916dc75f6b0f4296dd8bc708 /config
parentb4951f558381b722350afaea0c7fcf46429a92ac (diff)
build-tools: add a config file for the build-tools
Diffstat (limited to 'config')
-rwxr-xr-xconfig/build-tools.cbc5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/build-tools.cbc b/config/build-tools.cbc
new file mode 100755
index 0000000..7a1033a
--- /dev/null
+++ b/config/build-tools.cbc
@@ -0,0 +1,5 @@
+import os
+
+prefix = os.path.expanduser('~/cerbero/build-tools')
+sources = os.path.expanduser('~/cerbero/sources/build-tools')
+cache_file = 'build-tools'