summaryrefslogtreecommitdiffstats
path: root/tones.c
diff options
context:
space:
mode:
Diffstat (limited to 'tones.c')
-rw-r--r--tones.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tones.c b/tones.c
index 48625bb..e24e9c3 100644
--- a/tones.c
+++ b/tones.c
@@ -463,7 +463,7 @@ int fetch_tones(void)
SCPY((*toneset_nextpointer)->directory, p);
tonesettone_nextpointer = &(*toneset_nextpointer)->first;
- SPRINT(path, "%s/%s", INSTALL_DATA, p);
+ SPRINT(path, "%s/%s", SHARE_DATA, p);
dir = opendir(path);
if (dir == NULL)
{