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

@ -21,8 +21,8 @@ $(OBJ): $(GEN)
$(SCANNER) client-header < $< > $@
install: wlopm
install -D wlopm $(DESTDIR)$(BINDIR)/wlopm
install -D wlopm.1 $(DESTDIR)$(MANDIR)/man1/wlopm.1
install -D wlopm $(DESTDIR)$(BINDIR)/wlopm
install -m 644 -D wlopm.1 $(DESTDIR)$(MANDIR)/man1/wlopm.1
uninstall:
$(RM) $(DESTDIR)$(BINDIR)/wlopm