mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2024-12-26 13:38:22 +01:00
Install man file with correct permissions
This commit is contained in:
parent
4fdd606327
commit
38af45c797
4
Makefile
4
Makefile
@ -21,8 +21,8 @@ $(OBJ): $(GEN)
|
|||||||
$(SCANNER) client-header < $< > $@
|
$(SCANNER) client-header < $< > $@
|
||||||
|
|
||||||
install: wlopm
|
install: wlopm
|
||||||
install -D wlopm $(DESTDIR)$(BINDIR)/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:
|
uninstall:
|
||||||
$(RM) $(DESTDIR)$(BINDIR)/wlopm
|
$(RM) $(DESTDIR)$(BINDIR)/wlopm
|
||||||
|
Loading…
Reference in New Issue
Block a user