Re-order hooks such that local hooks are executed first. (Closes: #453360)

Some non-local hooks clean the chroot too much, resulting in the
local hooks having to perform identical clean-up tasks (for example,
downloading a package).

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-01-15 19:51:37 +00:00
parent c84e3c096b
commit 2ae4b3bf37
1 changed files with 1 additions and 1 deletions

View File

@ -59,8 +59,8 @@ lh_chroot_local-packages ${*}
lh_chroot_localization ${*}
lh_chroot_local-includes ${*}
lh_chroot_sysvinit ${*}
lh_chroot_hooks ${*}
lh_chroot_local-hooks ${*}
lh_chroot_hooks ${*}
lh_chroot_symlinks ${*}
lh_chroot_hacks ${*}
lh_chroot_interactive ${*}