diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-07 09:30:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-07 09:30:58 +0200 |
commit | 8df75214f459fd39ce43540dc604733c1a47515e (patch) | |
tree | b1d2d396f76f20b1a50c9190ba60b8460b8b92a3 /src/util/os_installation.c | |
parent | d28d1e82f3192cae9219ca038f9f0f29aaaaffb2 (diff) |
install data and plugins in taler-exchange, not taler
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r-- | src/util/os_installation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 4fce72ee9..22e0133cd 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -33,7 +33,7 @@ */ static const struct GNUNET_OS_ProjectData taler_pd = { .libname = "libtalerutil", - .project_dirname = "taler", + .project_dirname = "taler-exchange", .binary_name = "taler-exchange-httpd", .env_varname = "TALER_PREFIX" }; |