Skip to content

Commit 8e7947a

Browse files
committed
Fix manpage install directory (missing share)
1 parent de54dd2 commit 8e7947a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ test:
2020
.PHONY: install
2121
install:
2222
install -d $(DESTDIR)$(PREFIX)/bin
23-
install -d $(DESTDIR)$(PREFIX)/man/man1
23+
install -d $(DESTDIR)$(PREFIX)/share/man/man1
2424
install mgitstatus -m 755 $(DESTDIR)$(PREFIX)/bin/
25-
install mgitstatus.1 $(DESTDIR)$(PREFIX)/man/man1/
25+
install mgitstatus.1 $(DESTDIR)$(PREFIX)/share/man/man1/

0 commit comments

Comments
 (0)