summaryrefslogtreecommitdiffstats
path: root/boggle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/Makefile')
-rw-r--r--boggle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boggle/Makefile b/boggle/Makefile
index 4d5b869a..fba54e28 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -22,8 +22,8 @@ dictindex: mkindex dictionary
./mkindex/mkindex < dictionary > dictindex
install: dictindex dictionary boggle
- $(GINSTALL) -Dm644 dictionary $(DESTDIR)/usr/share/games/boggle/dictionary
- $(GINSTALL) -Dm644 dictindex $(DESTDIR)/usr/share/games/boggle/dictindex
+ $(GINSTALL) -Dm644 dictionary $(DESTDIR)/$(PREFIX)/share/games/boggle/dictionary
+ $(GINSTALL) -Dm644 dictindex $(DESTDIR)/$(PREFIX)/share/games/boggle/dictindex
$(MAKE) -C boggle install
.PHONY: all clean install mkdict mkindex boggle