aboutsummaryrefslogtreecommitdiff
path: root/src/lib/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/os_installation.c')
-rw-r--r--src/lib/os_installation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/os_installation.c b/src/lib/os_installation.c
index c65da5f5..c74d3454 100644
--- a/src/lib/os_installation.c
+++ b/src/lib/os_installation.c
@@ -206,7 +206,7 @@ get_path_from_PATH ()
206 while (NULL != (end = strchr (pos, ':'))) 206 while (NULL != (end = strchr (pos, ':')))
207 { 207 {
208 *end = '\0'; 208 *end = '\0';
209 sprintf (buf, "%s/%s", pos, "gnunet-gtk"); 209 sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk");
210 if (GNUNET_DISK_file_test (buf) == GNUNET_YES) 210 if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
211 { 211 {
212 pos = GNUNET_strdup (pos); 212 pos = GNUNET_strdup (pos);
@@ -216,7 +216,7 @@ get_path_from_PATH ()
216 } 216 }
217 pos = end + 1; 217 pos = end + 1;
218 } 218 }
219 sprintf (buf, "%s/%s", pos, "gnunet-gtk"); 219 sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk");
220 if (GNUNET_DISK_file_test (buf) == GNUNET_YES) 220 if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
221 { 221 {
222 pos = GNUNET_strdup (pos); 222 pos = GNUNET_strdup (pos);