URI: 
       tmake it overridable from an sdk - libdevuansdk - common library for devuan's simple distro kits
  HTML git clone https://git.parazyd.org/libdevuansdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit c2489ea9bfebdc02804b777f93c670f361bd1f82
   DIR parent 895c6eaaffff6203b9d88654136b67f7126d0328
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 23 May 2017 13:56:34 +0200
       
       make it overridable from an sdk
       
       Diffstat:
         M config                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config b/config
       t@@ -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"