summaryrefslogtreecommitdiffstats
path: root/wargames/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wargames/Makefile')
-rw-r--r--wargames/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wargames/Makefile b/wargames/Makefile
index df1a97d6..32aae0af 100644
--- a/wargames/Makefile
+++ b/wargames/Makefile
@@ -7,7 +7,7 @@ MAN= wargames.6
all:
install: $(MAN) $(SCRIPTS)
- $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/usr/games/$(basename $(SCRIPTS))
- $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN)
+ $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/$(PREFIX)/games/$(basename $(SCRIPTS))
+ $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
.PHONY: all install clean