Finished autoconf.
[lcr.git] / tones.c
diff --git a/tones.c b/tones.c
index 48625bb..e24e9c3 100644 (file)
--- 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)
                {