diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-11 02:08:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-11 02:08:53 +0000 |
commit | 808363c5fad9da29a443ae7044b467707eb59327 (patch) | |
tree | f0fe734fa13f8e3238979537822d869235ac69e0 /sysutils/mklivecd/Makefile | |
parent | f2341d7c5dfb4c375ee5e87d330c0092de0cb5e9 (diff) | |
download | pkgsrc-808363c5fad9da29a443ae7044b467707eb59327.tar.gz |
Update to 0.9, changes:
* Don't overwrite $ISODIR/etc/profile every time chroot target is invoked,
provide defaults only the first time we run it.
* Ask interactively to the user if he/she wants to remove the current iso
image found on $BASEDIR/$IMAGE_NAME and create a new one if that was
selected.
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 12133d18e3b..f930a1e26d8 100644 --- a/sysutils/mklivecd/Makefile +++ b/sysutils/mklivecd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2004/11/04 16:29:55 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2005/01/11 02:08:53 xtraeme Exp $ -DISTNAME= mklivecd-0.8 +DISTNAME= mklivecd-0.9 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty |