[cpp-sp] 08/08: Fix check for old key filename.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 12 14:06:44 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=b8cc54f101f59ed7b5ab388ddebe9504444cc6cb
commit b8cc54f101f59ed7b5ab388ddebe9504444cc6cb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 12 14:04:52 2018 -0400
Fix check for old key filename.
---
configs/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index f460612..c66993d 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -129,7 +129,7 @@ install-data-hook:
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 \
+ if test ! -f $(DESTDIR)$(pkgsysconfdir)/sp-key.pem; then \
cd $(DESTDIR)$(pkgsysconfdir); \
/bin/sh ./keygen.sh -b -n sp-signing ; \
/bin/sh ./keygen.sh -b -n sp-encrypt ; \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list