~leon_plickat/wlopm

38af45c79771da1ef52309d101e881aaef94a823 — Aleksei Bavshin 2 years ago 4fdd606
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