* 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:
parent
33ec58d1a5
commit
09b01e685a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue