From 2a400dc63ec7305c80dd072984a14839aed74501 Mon Sep 17 00:00:00 2001 From: Daniel Reichelt Date: Sun, 26 Jul 2015 13:37:13 +0200 Subject: Fix check for presence of chroot hooks --- scripts/build/chroot_hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3