Skip to content

Commit

Permalink
Let the installing user write to the records file. If you're that des…
Browse files Browse the repository at this point in the history
…perate to cheat, so be it.
  • Loading branch information
ctdk committed Jul 6, 2013
1 parent 9cb8fec commit 82699ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ beforeinstall:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \
${VARDIR}/hackdir/perm
.if !exists(${VARDIR}/hackdir/record)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \
${VARDIR}/hackdir/record
.endif
.if !exists(${MANDIR}6)
Expand Down

0 comments on commit 82699ae

Please sign in to comment.