diff --git a/r8-armhfp.conf b/r8-armhfp.conf index 5e50f2d..bb7dac2 100644 --- a/r8-armhfp.conf +++ b/r8-armhfp.conf @@ -30,7 +30,7 @@ multilib = [] variants_file = 'variants-armhfp.xml' sigkeys = ['6D745A60'] #sigkeys = [None] -hashed_directories = False +hashed_directories = True tree_arches = ['armhfp'] diff --git a/r8.conf b/r8.conf index b4c5b03..44c5f86 100644 --- a/r8.conf +++ b/r8.conf @@ -35,7 +35,7 @@ multilib = [ variants_file = 'variants.xml' sigkeys = ['6D745A60'] # Change to true for 8.5 -hashed_directories = False +hashed_directories = True tree_arches = ['aarch64', 'i386', 'x86_64']