diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:17 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 0d0de885e32ff67d57bb7def451b62d75b8920ab (patch) | |
tree | cd4a159a86207401dbd5990bc0fa3c28825ab6f8 /helpers/lh_chroot_hooks | |
parent | c68c0a270832ca340429878ce6a0ab606d435b06 (diff) | |
download | live-build-0d0de885e32ff67d57bb7def451b62d75b8920ab.zip live-build-0d0de885e32ff67d57bb7def451b62d75b8920ab.tar.gz |
Adding live-helper 1.0~a22-1.
Diffstat (limited to 'helpers/lh_chroot_hooks')
-rwxr-xr-x | helpers/lh_chroot_hooks | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_hooks b/helpers/lh_chroot_hooks index caa4fd3..3e1fc0d 100755 --- a/helpers/lh_chroot_hooks +++ b/helpers/lh_chroot_hooks @@ -47,7 +47,7 @@ Check_lockfile .lock Create_lockfile .lock # Processing hooks -for HOOK in ${LIVE_PACKAGES_LISTS} ${LIVE_TASKS} +for HOOK in ${LH_PACKAGES_LISTS} ${LH_TASKS} do if [ -f ${LH_BASE:-/usr/share/live-helper}/hooks/"${HOOK}" ] then @@ -71,7 +71,7 @@ do fi done -if [ -n "${LIVE_HOOKS}" ] && [ "${LIVE_HOOKS}" != "none" ] +if [ -n "${LH_HOOKS}" ] && [ "${LH_HOOKS}" != "none" ] then - LIVE_DEBCONF_FRONTEND="readline" LIVE_DEBCONF_PRIORITY="low" LIVE_DEBCONF_NOWARNINGS="no" Chroot "${LIVE_HOOKS}" + LH_DEBCONF_FRONTEND="readline" LH_DEBCONF_PRIORITY="low" LH_DEBCONF_NOWARNINGS="no" Chroot "${LH_HOOKS}" fi |