Correcting comments in chroot_hooks to match usage.

This commit is contained in:
Daniel Baumann 2011-07-19 16:45:36 +02:00
parent a90294ff53
commit b70ec215ab
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ set -e
. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute local hooks in chroot')"
DESCRIPTION="$(Echo 'execute hooks in chroot')"
HELP=""
USAGE="${PROGRAM} [--force]"
@ -24,7 +24,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
Echo_message "Begin executing local hooks..."
Echo_message "Begin executing hooks..."
# Requiring stage file
Require_stagefile .stage/config .stage/bootstrap