Install fully-populated .iso images in ${RELEASEDIR}/images instead

of ${RELEASEDIR}/iso, since we'll be putting non-iso images in there too.
This commit is contained in:
riz 2012-08-17 16:57:59 +00:00
parent b053ad40a5
commit 81f27d3683

View File

@ -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'