mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Fix creation of base dependencies archive.
The `INSTALL_DIR` was added twice. It was not a issue as we then transform the list into a set to remove duplicated. But with `filter_install_dir` call only on one "add", the (textual) entries are not duplicated and so, not removed. So the files where add twice. Now we correctly filter initial `INSTALL_DIR` and we remove the second add.
This commit is contained in:
@ -39,7 +39,7 @@ release_versions = {
|
||||
|
||||
# This is the "version" of the whole base_deps_versions dict.
|
||||
# Change this when you change base_deps_versions.
|
||||
base_deps_meta_version = '81'
|
||||
base_deps_meta_version = '82'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.12',
|
||||
|
Reference in New Issue
Block a user