Module Name:    src
Committed By:   riz
Date:           Fri Aug 17 16:57:59 UTC 2012

Modified Files:
        src/distrib/common: Makefile.bootcd

Log Message:
Install fully-populated .iso images in ${RELEASEDIR}/images instead
of ${RELEASEDIR}/iso, since we'll be putting non-iso images in there too.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/common/Makefile.bootcd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/common/Makefile.bootcd
diff -u src/distrib/common/Makefile.bootcd:1.19 src/distrib/common/Makefile.bootcd:1.20
--- src/distrib/common/Makefile.bootcd:1.19	Sun Jan 22 03:53:32 2012
+++ src/distrib/common/Makefile.bootcd	Fri Aug 17 16:57:59 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.bootcd,v 1.19 2012/01/22 03:53:32 tsutsui Exp $
+#	$NetBSD: Makefile.bootcd,v 1.20 2012/08/17 16:57:59 riz Exp $
 #
 # Makefile snipped to create a CD/DVD ISO
 #
@@ -43,7 +43,7 @@ CDSOURCE?=	false
 .if ${CDRELEASE} == false
 CDROMS_RELEASEDIR?=	${MACHINE}/installation/cdrom
 .else
-CDROMS_RELEASEDIR?=	iso
+CDROMS_RELEASEDIR?=	images
 .endif
 .if defined(CDRELEASE_NOISOS)
 CDRELEASE_EXCLUDE=	-s ',./installation/cdrom.*,,gp'

Reply via email to