make it overridable from an sdk

This commit is contained in:
parazyd 2017-05-23 13:56:34 +02:00
parent f543fb6b36
commit 657138ba42
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

2
config
View File

@ -27,7 +27,7 @@ vars+=(usercredentials rootcredentials)
arrs+=(core_packages base_packages purge_packages blend_packages)
## enable local apt cache
APT_CACHE=0
APT_CACHE=${APT_CACHE:-0}
aptcachedir="$LIBPATH/apt-cache"
## key used to sign the cache's Release
aptcachegpg="0xdeadbeefdeadbeef"