Skip to content

Commit 23e6733

Browse files
committed
Fix manpage install directory (missing share)
1 parent 5d9f488 commit 23e6733

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
@@ -21,6 +21,6 @@ test:
2121
.PHONY: install
2222
install:
2323
install -d $(DESTDIR)$(PREFIX)/bin
24-
install -d $(DESTDIR)$(PREFIX)/man/man1
24+
install -d $(DESTDIR)$(PREFIX)/share/man/man1
2525
install -m 755 mgitstatus $(DESTDIR)$(PREFIX)/bin/
26-
install mgitstatus.1 $(DESTDIR)$(PREFIX)/man/man1/
26+
install mgitstatus.1 $(DESTDIR)$(PREFIX)/share/man/man1/

0 commit comments

Comments
 (0)