mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2024-11-16 02:18:25 +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 < $< > $@
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user