From 577d29afa8ac999daf7ab8cd3f6d04662bb18b27 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Tue, 15 Jan 2008 19:51:37 +0000
Subject: 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).
---
 helpers/lh_chroot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_chroot b/helpers/lh_chroot
index c8502bd..1913eb0 100755
--- a/helpers/lh_chroot
+++ b/helpers/lh_chroot
@@ -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 ${*}
-- 
cgit v1.0