JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
* Switched over to using SFont 2.03, which doesn't have tons of
[vor.git] / file.c
diff --git a/file.c b/file.c
index b9bc7e2..a8f9ff4 100644 (file)
--- a/file.c
+++ b/file.c
@@ -61,7 +61,7 @@ find_data_dir(void)
        char *data_options[3] = {
                "./data",
                getenv("VOR_DATA"),
-               "/usr/share/vor"
+               DATA_PREFIX
        };
 
        for(i=0; i<3; i++) {