gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: fix donau plugin installation and d


From: gnunet
Subject: [taler-donau] branch master updated: fix donau plugin installation and discovery logic
Date: Mon, 08 Jan 2024 03:03:58 +0100

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

grothoff pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new a00e3a4  fix donau plugin installation and discovery logic
a00e3a4 is described below

commit a00e3a4c7b20ce2b6c3eca00af4b203743649a8c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 8 03:03:53 2024 +0100

    fix donau plugin installation and discovery logic
---
 src/donaudb/Makefile.am          | 6 +++---
 src/util/donau_os_installation.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/donaudb/Makefile.am b/src/donaudb/Makefile.am
index 56a4cc9..4553ef9 100644
--- a/src/donaudb/Makefile.am
+++ b/src/donaudb/Makefile.am
@@ -6,13 +6,13 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
-pkgcfgdir = $(prefix)/share/taler/config.d/
+pkgcfgdir = $(prefix)/share/donau/config.d/
 
 pkgcfg_DATA = \
   donaudb.conf \
   donaudb-postgres.conf
 
-sqldir = $(prefix)/share/taler/sql/donau/
+sqldir = $(prefix)/share/donau/sql/donau/
 
 sqlinputs = \
   donau_do_*.sql \
@@ -50,7 +50,7 @@ EXTRA_DIST = \
   pg_template.h pg_template.c \
   pg_template.sh
 
-plugindir = $(libdir)/taler
+plugindir = $(libdir)/donau
 
 if HAVE_POSTGRESQL
 plugin_LTLIBRARIES = \
diff --git a/src/util/donau_os_installation.c b/src/util/donau_os_installation.c
index 290101e..a21432d 100644
--- a/src/util/donau_os_installation.c
+++ b/src/util/donau_os_installation.c
@@ -35,7 +35,7 @@ static const struct GNUNET_OS_ProjectData donau_pd = {
   .libname = "libdonauutil",
   .project_dirname = "donau",
   .binary_name = "donau-httpd",
-  .env_varname = "TALER_PREFIX",
+  .env_varname = "DONAU_PREFIX",
   .base_config_varname = "TALER_BASE_CONFIG",
   .bug_email = "taler@gnu.org",
   .homepage = "http://www.gnu.org/s/taler/";,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]