* start_new_disc: fix a typo so that DISC_PKG_HOOK might work. Thanks to

Jonathan Hall for the patch. Closes: #513421
This commit is contained in:
Steve McIntyre 2009-01-29 00:22:15 +00:00
parent 33ec58d1a5
commit 09b01e685a
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ debian-cd (3.1.1) UNRELEASED; urgency=low
* sparc: remove bogus default "append=cdrom" line from silo.conf template.
* sparc: ensure the default 'install' option also gets KERNEL_PARAMS set.
* start_new_disc: fix a typo so that DISC_PKG_HOOK might work. Thanks to
Jonathan Hall for the patch. Closes: #513421
-- Frans Pop <fjp@debian.org> Tue, 20 Jan 2009 01:30:11 +0100

View File

@ -406,7 +406,7 @@ EOF
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