From afc3dc8166fa48705de9e34bd3310ea63dd4593a Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 14 Aug 2008 01:39:48 +0100 Subject: Tidy "install" / "install-binary" handling in lh_chroot_apt. --- helpers/lh_chroot_apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt index 62a0908..a7a12d8 100755 --- a/helpers/lh_chroot_apt +++ b/helpers/lh_chroot_apt @@ -20,7 +20,7 @@ done # Setting static variables DESCRIPTION="manage /etc/apt/apt.conf" HELP="" -USAGE="${PROGRAM} {install|remove} [--force]" +USAGE="${PROGRAM} {install|install-binary|remove} [--force]" Arguments "${@}" @@ -32,7 +32,7 @@ Set_defaults Require_stagefile .stage/bootstrap case "${1}" in - install*) + install|install-binary) Echo_message "Configuring file /etc/apt/apt.conf" # Checking stage file -- cgit v1.0