Makefile: install ssh_filter_btrbk.sh as executable

pull/48/head
Axel Burri 2015-09-02 12:06:23 +02:00
parent 22d3e95e3a
commit 99c70e38a5
1 changed files with 1 additions and 1 deletions

View File

@ -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...'