From 484de26af62190ac89903573b682259fc76ce3f6 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 3 Dec 2011 12:52:40 +0100 Subject: [PATCH] nrelease: In the mk.conf we add, don't quote PKG_DEFAULT_OPTIONS. It will not work with quotes. Reported-by: Matthias Rampke --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index f26764c714..ecac4125d6 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -346,7 +346,7 @@ customizeiso: echo ".ifdef BSD_PKG_MK # added by nrelease" \ >> ${ISOROOT}/usr/pkg/etc/mk.conf test -e ${ISODIR}/.didbootstrap || \ - echo "PKG_DEFAULT_OPTIONS='dri inet6'" \ + echo "PKG_DEFAULT_OPTIONS=dri inet6" \ >> ${ISOROOT}/usr/pkg/etc/mk.conf .if make(gui) test -e ${ISODIR}/.didbootstrap || \ -- 2.41.0