From bbbe6a66dfbedf541903fea1eb327d0f2f10b313 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 28 Nov 2012 17:48:01 +0100 Subject: Using four letter digit prefixes for hooks like for consistency with all other live packages. --- scripts/build/chroot_hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/chroot_hooks') diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index b81e3cb24..7f11c9682 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -54,7 +54,7 @@ for _HOOK in ${LB_CHROOT_HOOKS} do for LOCATION in "${LIVE_BUILD}/hooks" /usr/share/live/build/hooks do - for FILE in "${LOCATION}"/???-"${_HOOK}".chroot + for FILE in "${LOCATION}"/????-"${_HOOK}".chroot do if [ -e "${FILE}" ] then -- cgit v1.2.3