Using four letter digit prefixes for hooks like for consistency with all other live packages.
This commit is contained in:
parent
f7ba1350f8
commit
bbbe6a66df
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue