diff --git a/Makefile b/Makefile index 2f92f79..13a5e31 100644 --- a/Makefile +++ b/Makefile @@ -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