diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/chroot_hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index 140f932a3..4fbacdbf3 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -78,7 +78,7 @@ then fi ## Processing local hooks -if ls config/hooks/*.chroot > /dev/null 2>&1 +if ls config/hooks/normal/*.chroot config/hooks/live/*.chroot > /dev/null 2>&1 then # Restoring cache Restore_cache cache/packages.chroot |