[cpp-sp] branch main updated: Missed ome XMLDir ref.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 28 15:12:34 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=191f83ba1d1bcddf28776487f998a665e7ca8aa5
The following commit(s) were added to refs/heads/main by this push:
new 191f83ba Missed ome XMLDir ref.
191f83ba is described below
commit 191f83ba1d1bcddf28776487f998a665e7ca8aa5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 28 10:12:29 2025 -0500
Missed ome XMLDir ref.
---
configs/Makefile.am | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index 93ec5bc6..25cdeb9c 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -2,7 +2,6 @@ AUTOMAKE_OPTIONS = foreign
pkglibdir = ${libdir}/@PACKAGE_NAME@
pkglogdir = ${localstatedir}/log/@PACKAGE_NAME@
-pkgxmldir = $(datadir)/xml/@PACKAGE_NAME@
pkgwebdir = $(datadir)/@PACKAGE_NAME@
pkgrundir = $(localstatedir)/run/@PACKAGE_NAME@
pkgcachedir = $(localstatedir)/cache/@PACKAGE_NAME@
@@ -33,7 +32,6 @@ do-build-file:
-e 's:@-PREFIX-@:${prefix}:g' \
-e 's:@-PKGLIBDIR-@:${pkglibdir}:g' \
-e 's:@-PKGSYSCONFDIR-@:${pkgsysconfdir}:g' \
- -e 's:@-PKGXMLDIR-@:${pkgxmldir}:g' \
-e 's:@-PKGWEBDIR-@:${pkgwebdir}:g' \
-e 's:@-PKGLOGDIR-@:${pkglogdir}:g' \
-e 's:@-PKGRUNDIR-@:${pkgrundir}:g' \
@@ -50,7 +48,6 @@ install-data-local: all-data-local
$(mkinstalldirs) $(DESTDIR)$(pkglogdir)
$(mkinstalldirs) $(DESTDIR)$(pkgrundir)
$(mkinstalldirs) $(DESTDIR)$(pkgcachedir)
- $(mkinstalldirs) $(DESTDIR)$(pkgxmldir)
$(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