projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
10e8ef7
)
nrelease: In the mk.conf we add, don't quote PKG_DEFAULT_OPTIONS.
author
Sascha Wildner <saw@online.de>
Sat, 3 Dec 2011 11:52:40 +0000 (12:52 +0100)
committer
Sascha Wildner <saw@online.de>
Sat, 3 Dec 2011 11:52:40 +0000 (12:52 +0100)
It will not work with quotes.
Reported-by: Matthias Rampke <matthias@rampke.de>
nrelease/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/nrelease/Makefile
b/nrelease/Makefile
index
f26764c
..
ecac412
100644
(file)
--- 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 || \