summaryrefslogtreecommitdiffstats
path: root/morse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'morse/Makefile')
-rw-r--r--morse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/morse/Makefile b/morse/Makefile
index 70eba999..7cc3b053 100644
--- a/morse/Makefile
+++ b/morse/Makefile
@@ -11,7 +11,7 @@ $(PROG): $(SRCS)
$(STRIP) $(PROG)
install: $(PROG) $(MAN)
- $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/usr/games/$(PROG)
+ $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)
clean:
rm -f $(CLEANFILES) $(PROG)