Install man file with correct permissions

This commit is contained in:
Aleksei Bavshin 2022-08-02 23:38:01 -07:00 committed by Leon Henrik Plickat
parent 4fdd606327
commit 38af45c797

View File

@ -22,7 +22,7 @@ $(OBJ): $(GEN)
install: wlopm
install -D wlopm $(DESTDIR)$(BINDIR)/wlopm
install -D wlopm.1 $(DESTDIR)$(MANDIR)/man1/wlopm.1
install -m 644 -D wlopm.1 $(DESTDIR)$(MANDIR)/man1/wlopm.1
uninstall:
$(RM) $(DESTDIR)$(BINDIR)/wlopm