Fix two typos in the config

This commit is contained in:
Oliver Smith 2017-06-08 18:02:00 +02:00
parent f1ab344f09
commit 5016c196ba
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
apk_keys_path = pmb_src + "/keys"
# Update this frequently to prevent a MITM attack with an outdated version
# (which may contain a vulnerable apk/libressl, and allows and attacker to
# (which may contain a vulnerable apk/libressl, and allows an attacker to
# exploit the system!)
apk_tools_static_min_version = "2.7.1-r0"
@ -109,7 +109,7 @@ chroot_device_nodes = [
# BUILD
#
# Packages, that will be installed in a chroot before it build packages
# Packages, that will be installed in a chroot before it builds packages
# for the first time
build_packages = ["abuild", "build-base", "ccache"]