diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-04-04 11:57:43 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-04-04 11:58:43 +0200 |
commit | dae7360bbfc3ca186b1008fbbd705610f43c29e7 (patch) | |
tree | 8459f80bda2afb00916dc75f6b0f4296dd8bc708 /config | |
parent | b4951f558381b722350afaea0c7fcf46429a92ac (diff) |
build-tools: add a config file for the build-tools
Diffstat (limited to 'config')
-rwxr-xr-x | config/build-tools.cbc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/build-tools.cbc b/config/build-tools.cbc new file mode 100755 index 00000000..7a1033ae --- /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' |