Install man file with correct permissions
1 files changed, 2 insertions(+), 2 deletions(-) M Makefile
M Makefile => Makefile +2 -2
@@ 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