From 64bba8c7b7af8615dc48c7a463b0549db780aac2 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Tue, 18 Aug 2009 23:29:05 +0200 Subject: [PATCH] nrelease: use space instead of "-" in iso label --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index e0f8230068..62379a27eb 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -401,7 +401,7 @@ mklocatedb: mkiso: ( cd ${ISOROOT}; ${PKGBIN_MKISOFS} -b boot/cdboot -no-emul-boot \ -R -J -o ${ISOFILE} \ - -V DragonFly-`${.CURDIR}/../tools/gitrev.sh | cut -c -22` . ) + -V "DragonFly `${.CURDIR}/../tools/gitrev.sh | cut -c -22`" . ) mkimg: -- 2.11.4.GIT