mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Create score files root:games rather than bin:{games,bin}.
related-to-PR: bin/8440 Submitted by: Stephen J. Roznowski sjr@home.net
This commit is contained in:
parent
8f9a49fb0f
commit
64560c6afb
1 changed files with 4 additions and 4 deletions
|
|
@ -29,13 +29,13 @@ makedefs: makedefs.o
|
|||
${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \
|
||||
${DESTDIR}/var/games/hackdir/perm
|
||||
${INSTALL} -c -o bin -g ${BINGRP} -m 460 /dev/null \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \
|
||||
${DESTDIR}/var/games/hackdir/record
|
||||
${INSTALL} -c -o bin -g ${BINGRP} -m 440 ${.CURDIR}/rumors \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 ${.CURDIR}/rumors \
|
||||
${DESTDIR}/var/games/hackdir/rumors
|
||||
${INSTALL} -c -o bin -g bin -m ${NOBINMODE} \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${.CURDIR}/help ${.CURDIR}/hh ${.CURDIR}/data \
|
||||
${DESTDIR}/var/games/hackdir
|
||||
rm -f ${DESTDIR}/var/games/hackdir/bones* \
|
||||
|
|
|
|||
Loading…
Reference in a new issue