aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-25 14:45:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-25 14:45:41 +0000
commit1ae15ca957efa0f7e88ec37f3510b34e5ad0e06c (patch)
tree96b2ca4670a5fb5b3da9aa27f20d8c12febc343c /src/util/os_installation.c
parente8d4e1edd97fb8cc6756a953681e1f6a2a5beb68 (diff)
downloadgnunet-1ae15ca957efa0f7e88ec37f3510b34e5ad0e06c.tar.gz
gnunet-1ae15ca957efa0f7e88ec37f3510b34e5ad0e06c.zip
-LRN: add docdir to installation get path
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index a7a6ae915..c5cf1ccb3 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -421,6 +421,11 @@ GNUNET_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind)
421 dirname = 421 dirname =
422 DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "icons" DIR_SEPARATOR_STR; 422 DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "icons" DIR_SEPARATOR_STR;
423 break; 423 break;
424 case GNUNET_OS_IPK_DOCDIR:
425 dirname =
426 DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "doc" DIR_SEPARATOR_STR \
427 "gnunet" DIR_SEPARATOR_STR;
428 break;
424 default: 429 default:
425 GNUNET_free (execpath); 430 GNUNET_free (execpath);
426 return NULL; 431 return NULL;