[cpp-sp] branch main updated: Create sessions dir on install
John W. O'Brien
john at saltant.com
Tue Oct 28 12:49:14 UTC 2025
This is an automated email from the git hooks/post-receive script.
obrienjw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=be7cb62dc5d17dea767df4436d43099145fd6ad6
The following commit(s) were added to refs/heads/main by this push:
new be7cb62d Create sessions dir on install
be7cb62d is described below
commit be7cb62dc5d17dea767df4436d43099145fd6ad6
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Oct 28 08:49:11 2025 -0400
Create sessions dir on install
---
configs/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index abd95cd4..2b952eb0 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -42,6 +42,7 @@ all-data-local: $(BUILTCONFIGFILES)
install-data-local: all-data-local
$(mkinstalldirs) $(DESTDIR)$(pkgrundir)
$(mkinstalldirs) $(DESTDIR)$(pkgcachedir)
+ $(mkinstalldirs) $(DESTDIR)$(pkgcachedir)/sessions
$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
for f in $(BUILTCONFIGFILES); do \
if test ! -f $(DESTDIR)${pkgsysconfdir}/$$f; then \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list