diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-07-11 17:22:24 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-07-25 10:50:13 +0300 |
commit | 480ff711ab25325646163d11f36c5a3e23846bd2 (patch) | |
tree | 3ee5604afc56c1fd895598f9505532f860427567 /config | |
parent | 5ad2e5d923de9b13a50f72b7b4c67e34dedb06ef (diff) |
build-tools.cbc: Fix cache file name
It's build-tools.cache
Diffstat (limited to 'config')
-rwxr-xr-x | config/build-tools.cbc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/build-tools.cbc b/config/build-tools.cbc index 0169e0f6..75a23ffa 100755 --- a/config/build-tools.cbc +++ b/config/build-tools.cbc @@ -2,4 +2,4 @@ import os prefix = os.path.join(home_dir, 'build-tools') sources = os.path.join(home_dir, 'sources', 'build-tools') -cache_file = 'build-tools' +cache_file = 'build-tools.cache' |