From 99c70e38a52a594e8b00ca69d67d0e825fd77251 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 2 Sep 2015 12:06:23 +0200 Subject: [PATCH] Makefile: install ssh_filter_btrbk.sh as executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 047769d..bfed0aa 100644 --- a/Makefile +++ b/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...'