aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.MID
diff options
context:
space:
mode:
Diffstat (limited to 'unix/make/Makefile.MID')
-rw-r--r--unix/make/Makefile.MID8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/make/Makefile.MID b/unix/make/Makefile.MID
index 9c142d44..71a9d019 100644
--- a/unix/make/Makefile.MID
+++ b/unix/make/Makefile.MID
@@ -31,11 +31,11 @@ HFILES=\
all: $(LIB)
install: $(LIB)
- test -d $(PREFIX)/man/man3 || mkdir $(PREFIX)/man/man3
- install -c -m 0644 isalpharune.3 $(PREFIX)/man/man3/isalpharune.3
+ test -d $(PREFIX)/share/man/man3 || mkdir $(PREFIX)/share/man/man3
+ install -c -m 0644 isalpharune.3 $(PREFIX)/share/man/man3/isalpharune.3
install -c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7
- install -c -m 0644 rune.3 $(PREFIX)/man/man3/rune.3
- install -c -m 0644 runestrcat.3 $(PREFIX)/man/man3/runestrcat.3
+ install -c -m 0644 rune.3 $(PREFIX)/share/man/man3/rune.3
+ install -c -m 0644 runestrcat.3 $(PREFIX)/share/man/man3/runestrcat.3
install -c -m 0644 utf.h $(PREFIX)/include/utf.h
install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)