aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-16 17:48:26 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-16 17:48:26 +0100
commit800279788f6a6c3ee0a4912ed6e0331017537298 (patch)
tree2580d5e107edb80173f103e1c4f2c37ff8f95561 /src/util/os_installation.c
parent0cafdf5efce0a115753e4109c657b4532900ab03 (diff)
adapt merchant to taler-config splitHEADmaster
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 322710f1..2dc5d01a 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -34,7 +34,7 @@
*/
static const struct GNUNET_OS_ProjectData merchant_pd = {
.libname = "libtalermerchantutil",
- .project_dirname = "taler",
+ .project_dirname = "taler-merchant",
.binary_name = "taler-merchant-httpd",
.env_varname = "TALER_PREFIX",
.base_config_varname = "TALER_BASE_CONFIG",