summaryrefslogtreecommitdiffstats
path: root/wtf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wtf/Makefile')
-rw-r--r--wtf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wtf/Makefile b/wtf/Makefile
index b5c694e8..9a6ff806 100644
--- a/wtf/Makefile
+++ b/wtf/Makefile
@@ -6,7 +6,7 @@ MAN= wtf.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