- Fix the Makefile so it installs the manual page (properly).
- Use ``beforeinstall'' rather than install for the custom installation target used to install the shell script. Approved by: jkh
This commit is contained in:
parent
3d142f49de
commit
dbed313a70
@ -4,9 +4,7 @@
|
||||
NOOBJ= noobj
|
||||
MAN6= wargames.6
|
||||
|
||||
all wargames clean cleandir depend lint tags:
|
||||
|
||||
install:
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
|
||||
${DESTDIR}${BINDIR}/wargames
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user