[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#513421: debian-cd: DISC_PKG_HOOK is ignored



tags 513421 +pending
thanks

On Wed, Jan 28, 2009 at 04:32:21PM -0600, Jonathan Hall wrote:
>Package: debian-cd
>Version: 3.1.0-nymgy1
>Severity: normal
>
>The DISC_PKG_HOOK option is currently completely ignored, due to an apparent
>typo in tools/start_new_disc.  The fix is quite simple:
>
>--- debian-cd/tools/start_new_disc 2009-01-28 15:26:50 UTC
>+++ debian-cd/tools/start_new_disc 2009-01-28 22:26:00 UTC
>@@ -406,7 +406,7 @@
>         xargs -n1 basename >> $CDDIR/README.source
> fi
> 
>-if [ "$disc_pkg_HOOK"x != ""x ] ; then
>+if [ "$DISC_PKG_HOOK"x != ""x ] ; then
>     echo "  Calling pkg hook: $DISC_PKG_HOOK"
>     $DISC_PKG_HOOK $TDIR $MIRROR $DISKNUM $CDDIR "$ARCHES"
> fi

Doh! Good catch. :-)

Fixed in svn now.

-- 
Steve McIntyre, Cambridge, UK.                                steve@einval.com
"You can't barbecue lettuce!" -- Ellie Crane




Reply to: