diff options
author | jkh <jkh@FreeBSD.org> | 1996-10-19 20:11:45 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-10-19 20:11:45 +0000 |
commit | ac2b3f6ae6dc496bacb3f44c2decde763105f500 (patch) | |
tree | 1f61db60b7d1f9fd00cf5d0ae2542d3a75b0856c /games | |
parent | a4b239661b585e6bb5dbae5ec1d3e8c08591ad63 (diff) | |
download | FreeBSD-src-ac2b3f6ae6dc496bacb3f44c2decde763105f500.zip FreeBSD-src-ac2b3f6ae6dc496bacb3f44c2decde763105f500.tar.gz |
Install the rumors file.
Submitted-By: koshy@india.hp.com
Closes-PR#: 1883
Diffstat (limited to 'games')
-rw-r--r-- | games/hack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 6824bd5..7187d78 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -33,6 +33,8 @@ beforeinstall: ${DESTDIR}/var/games/hackdir/perm ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \ ${DESTDIR}/var/games/hackdir/record + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${.CURDIR}/rumors \ + ${DESTDIR}/var/games/hackdir/rumors ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \ ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir rm -f ${DESTDIR}/var/games/hackdir/bones* |