mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Fix installworld-breaking bracket hanging around from last commit.
This commit is contained in:
parent
126bc2411c
commit
5df99fb1a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62006
@ -179,7 +179,7 @@ etc-examples:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/make.conf \
|
||||
${DESTDIR}/usr/share/examples/etc/defaults; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/pccard.conf \
|
||||
${DESTDIR}/usr/share/examples/etc/defaults); \
|
||||
${DESTDIR}/usr/share/examples/etc/defaults; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/periodic.conf \
|
||||
${DESTDIR}/usr/share/examples/etc/defaults)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user