Merge pull request #114 from kiwix/fix_typo

fix typo in compile_all.py
This commit is contained in:
Matthieu Gautier 2018-02-03 05:21:48 +01:00 committed by GitHub
commit cfb20517a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ for target in TARGETS:
run_kiwix_build(target, run_kiwix_build(target,
platform=PLATFORM, platform=PLATFORM,
build_deps_only=True) build_deps_only=True)
(BASE_DIR/'.install_package_ok').unlink() (BASE_DIR/'.install_packages_ok').unlink()
archive_name = "deps_{}_{}.tar.gz".format(PLATFORM, target) archive_name = "deps_{}_{}.tar.gz".format(PLATFORM, target)
files_to_archive = [BASE_DIR/'INSTALL'] files_to_archive = [BASE_DIR/'INSTALL']