Fix installed permissions
This commit is contained in:
parent
30d2c7241d
commit
2185ed9962
4
Makefile
4
Makefile
@ -88,6 +88,6 @@ install: $(BIN)
|
||||
$(INSTALL) -d $(BINDIR)
|
||||
$(INSTALL) $(BIN) $(BINDIR)
|
||||
$(INSTALL) -d $(MANDIR)$(MANSECTION)
|
||||
$(INSTALL) -m 444 $(MANPAGE) $(MANDIR)$(MANSECTION)
|
||||
$(INSTALL) -m 644 $(MANPAGE) $(MANDIR)$(MANSECTION)
|
||||
$(INSTALL) -d $(DATADIR)/$(BIN)/plugins
|
||||
$(INSTALL) -m 444 plugins/* $(DATADIR)/$(BIN)/plugins/
|
||||
$(INSTALL) -m 644 plugins/* $(DATADIR)/$(BIN)/plugins/
|
||||
|
Loading…
x
Reference in New Issue
Block a user