From 5d75d19f91eec493887020fc5e111648da8c3c7d Mon Sep 17 00:00:00 2001 From: dancer Date: Thu, 27 Sep 2001 08:48:11 +0000 Subject: including the patch submitted from dale amon --- pbuilder-checkparams | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 0977cd0..570d44d 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -54,6 +54,10 @@ while [ -n "$1" ]; do EXTRAPACKAGES="$2"; shift; shift; ;; + --hookdir) + HOOKDIR="$2"; + shift; shift; + ;; --help) showhelp ;; @@ -67,3 +71,4 @@ while [ -n "$1" ]; do esac done +BUILDPLACE=${BUILDPLACE?"Build root directory is not defined"} -- cgit v1.2.3