[cpp-sp] branch main updated: Remove rundir from install.

Codeberg noreply at shibboleth.net
Thu Dec 4 18:56:26 UTC 2025


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/21887e6fea0fd3e30832f637599be347cb2a0d0f

The following commit(s) were added to refs/heads/main by this push:
     new 21887e6f Remove rundir from install.
21887e6f is described below

commit 21887e6fea0fd3e30832f637599be347cb2a0d0f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 4 13:56:12 2025 -0500

    Remove rundir from install.
---
 configs/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configs/Makefile.am b/configs/Makefile.am
index 2b952eb0..3d15635d 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -2,7 +2,6 @@ AUTOMAKE_OPTIONS = foreign
 
 pkglibdir = ${libdir}/@PACKAGE_NAME@
 pkgwebdir = $(datadir)/@PACKAGE_NAME@
-pkgrundir = $(localstatedir)/run/@PACKAGE_NAME@
 pkgcachedir = $(localstatedir)/cache/@PACKAGE_NAME@
 pkgsysconfdir = $(sysconfdir)/@PACKAGE_NAME@
 pkgsysconf_DATA = \
@@ -29,7 +28,6 @@ do-build-file:
 		-e 's:@-PKGLIBDIR-@:${pkglibdir}:g' \
 		-e 's:@-PKGSYSCONFDIR-@:${pkgsysconfdir}:g' \
 		-e 's:@-PKGWEBDIR-@:${pkgwebdir}:g' \
-		-e 's:@-PKGRUNDIR-@:${pkgrundir}:g' \
 		-e 's:@-PKGCACHEDIR-@:${pkgcachedir}:g'
 	cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE}
 	rm -f ${FILE}.tmp
@@ -40,7 +38,6 @@ apache24.config: ${srcdir}/apache24.config.in Makefile ${top_builddir}/config.st
 all-data-local: $(BUILTCONFIGFILES)
 
 install-data-local:	all-data-local
-	$(mkinstalldirs) $(DESTDIR)$(pkgrundir)
 	$(mkinstalldirs) $(DESTDIR)$(pkgcachedir)
 	$(mkinstalldirs) $(DESTDIR)$(pkgcachedir)/sessions
 	$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list