From d14824ab6732505b74fd3ea7d217ded4ba6b6f0b Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 9 Jan 2009 20:06:58 +0000 Subject: [PATCH] Fix typo: should be ${ISOROOT}, not ${ISODIR}. --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index 8142ece998..0392afa26e 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -133,7 +133,7 @@ ROOTSKELS+= ${.CURDIR}/gui ISOFILE ?= ${ISODIR}/dfly.iso IMGFILE ?= ${ISODIR}/dfly.img -IMGMNT ?= ${ISODIR}/mnt +IMGMNT ?= ${ISOROOT}/mnt IMGUSBDEV ?= /dev/da0 # note: we use the '${NRLOBJDIR}/nrelease' construct, that is we add -- 2.11.4.GIT