mirror of https://github.com/digint/btrbk
Makefile: install ssh_filter_btrbk.sh as executable
parent
22d3e95e3a
commit
99c70e38a5
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ install-systemd:
|
|||
|
||||
install-share:
|
||||
@echo 'installing auxiliary scripts...'
|
||||
install -Dm644 ssh_filter_btrbk.sh "$(DESTDIR)$(SCRIPTDIR)/ssh_filter_btrbk.sh"
|
||||
install -Dm755 ssh_filter_btrbk.sh "$(DESTDIR)$(SCRIPTDIR)/ssh_filter_btrbk.sh"
|
||||
|
||||
install-man:
|
||||
@echo 'installing manpages...'
|
||||
|
|
Loading…
Reference in New Issue