From 0d0de885e32ff67d57bb7def451b62d75b8920ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:17 +0200 Subject: Adding live-helper 1.0~a22-1. --- helpers/lh_chroot_packages | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/lh_chroot_packages') diff --git a/helpers/lh_chroot_packages b/helpers/lh_chroot_packages index bfc427cab..87e8eaf98 100755 --- a/helpers/lh_chroot_packages +++ b/helpers/lh_chroot_packages @@ -46,7 +46,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ -n "${LIVE_PACKAGES}" ] && [ "${LIVE_PACKAGES}" != "none" ] +if [ -n "${LH_PACKAGES}" ] && [ "${LH_PACKAGES}" != "none" ] then # Restoring cache Restore_cache cache/packages_packages @@ -54,11 +54,11 @@ then # Installing packages case "${LH_APT}" in apt|apt-get) - Chroot "apt-get install --yes ${LIVE_PACKAGES}" + Chroot "apt-get install --yes ${LH_PACKAGES}" ;; aptitude) - Chroot "aptitude install --assume-yes ${LIVE_PACKAGES}" + Chroot "aptitude install --assume-yes ${LH_PACKAGES}" ;; esac -- cgit v1.2.3