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:
parent
b053ad40a5
commit
81f27d3683
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user