diff options
author | xtraeme <xtraeme> | 2006-12-02 01:04:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-12-02 01:04:47 +0000 |
commit | 14f463d08bf6f356f3d328f594f6a6a02a795b79 (patch) | |
tree | 8a7d4a4b61eb6455f837793c8f47477a6b7c8c5c /sysutils/mklivecd/Makefile | |
parent | 9a43ae1dd54f1658176a3b6b9abcfa148b744009 (diff) | |
download | pkgsrc-14f463d08bf6f356f3d328f594f6a6a02a795b79.tar.gz |
Update to 0.14.4:
Fixed a bug in the MULTIBOOT case with kernels like GENERIC.MPACPI.
These kind of kernels do not define "options MULTIBOOT" because
they include another config file that has defined the option.
Rather than using grep -q MULTIBOOT on the kernel config file,
use config(1) -x <kernel> and check if MULTIBOOT is set.
Diffstat (limited to 'sysutils/mklivecd/Makefile')
-rw-r--r-- | sysutils/mklivecd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mklivecd/Makefile b/sysutils/mklivecd/Makefile index 08db3e060f8..cc121de265c 100644 --- a/sysutils/mklivecd/Makefile +++ b/sysutils/mklivecd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2006/10/13 16:39:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.33 2006/12/02 01:04:47 xtraeme Exp $ -DISTNAME= mklivecd-0.14.3 +DISTNAME= mklivecd-0.14.4 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty |