diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-15 19:41:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-15 19:41:44 +0200 |
commit | 663363fc0ed39cfb24d94d17e75011d7da19150a (patch) | |
tree | 1665c865cfdb52608f65ccdefe97d8a9b8bb76b1 /src/util | |
parent | bcf4b7f7244e150dc0a980097431add784f1beea (diff) |
Fix #4229
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/os_installation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 5aa34f1b9..2c2ba8cda 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -38,6 +38,7 @@ static const struct GNUNET_OS_ProjectData taler_pd = { .env_varname = "TALER_PREFIX", .bug_email = "taler@gnu.org", .homepage = "http://www.gnu.org/s/taler/", + .config_file = "taler.conf", }; |