forked from mirrors/treebird
Fix permissions
FossilOrigin-Name: 070ac9f004b064a803b3463dd30ee3734c4939a28ab5531edd1bb0668942d368
This commit is contained in:
parent
6169c42683
commit
809194b552
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -147,7 +147,7 @@ $(MASTODONT_DIR):
|
|||
fossil clone $(MASTODONT_URL) || true
|
||||
|
||||
install: $(TARGET)
|
||||
install -m 655 treebird $(PREFIX)/bin/
|
||||
install -m 755 treebird $(PREFIX)/bin/
|
||||
install -d $(PREFIX)/share/treebird/
|
||||
cp -r dist/ $(PREFIX)/share/treebird/
|
||||
|
||||
|
|
Loading…
Reference in a new issue