diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 11:12:42 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 11:14:33 +0200 |
commit | 6542d4ca2c69c7275ce8fc4fe6df185595a97ed6 (patch) | |
tree | cc664babf9a5f90229f6f683c1b30d596603f0b5 /src/apk_database.h | |
parent | c0f2d88f342f4d185f3991f98b79ab61a03896e4 (diff) | |
download | aports-6542d4ca2c69c7275ce8fc4fe6df185595a97ed6.tar.bz2 aports-6542d4ca2c69c7275ce8fc4fe6df185595a97ed6.tar.xz |
db: allow overriding cache location
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 27714d8237..80d7432cee 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -125,6 +125,7 @@ struct apk_db_options { const char *root; const char *arch; const char *keys_dir; + const char *cache_dir; const char *repositories_file; struct list_head repository_list; }; |