[cpp-sp] 07/08: Make installed seckeygen.sh executable (SSPCPP-833)
Scott Cantor
cantor.2 at osu.edu
Fri Oct 12 14:06:43 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=532b63c0b236f3be0e61e5f6f11547315a07e95f
commit 532b63c0b236f3be0e61e5f6f11547315a07e95f
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Mon Aug 13 17:29:23 2018 +0200
Make installed seckeygen.sh executable (SSPCPP-833)
---
configs/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index 516d458..f460612 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -126,6 +126,7 @@ install-data-local: all-data-local
install-data-hook:
chmod +x $(DESTDIR)$(pkgsysconfdir)/keygen.sh
+ chmod +x $(DESTDIR)$(pkgsysconfdir)/seckeygen.sh
chmod +x $(DESTDIR)$(pkgsysconfdir)/metagen.sh
if test -z "$(NOKEYGEN)"; then \
if test ! -f $(DESTDIR)$(pkgsysconfdir)/sp-key.gen; then \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list