Using four letter digit prefixes for hooks like for consistency with all other live packages.

This commit is contained in:
Daniel Baumann 2012-11-28 17:48:01 +01:00
parent f7ba1350f8
commit bbbe6a66df
12 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ for _HOOK in ${LB_BINARY_HOOKS}
do
for LOCATION in "${LIVE_BUILD}/hooks" /usr/share/live/build/hooks
do
for FILE in "${LOCATION}"/???-"${_HOOK}".binary
for FILE in "${LOCATION}"/????-"${_HOOK}".binary
do
if [ -e "${FILE}" ]
then

View File

@ -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