--- functions.m.orig	2014-11-07 11:14:04.000000000 -0600
+++ functions.m	2019-02-15 05:43:51.000000000 -0600
@@ -45,7 +45,7 @@
 
     /* we return the local path or the system path, whichever exists - local has priority */
     /* "/Library/Application Support/Cenon" */
-    lPath = vhfPathWithPathComponents(
+    lPath = vhfPathWithPathComponents(@"%PREFIX%", 
             [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSLocalDomainMask, YES) objectAtIndex:0],
             @"Application Support", APPNAME, nil);
     if ( lPath && [fileManager fileExistsAtPath:lPath] )
@@ -72,7 +72,7 @@
     NSString		*lPath;
 
     /* "Library/Application Support/Cenon" */
-    lPath = vhfPathWithPathComponents(
+    lPath = vhfPathWithPathComponents(@"%PREFIX%", 
             [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMask, YES) objectAtIndex:0],
             @"Application Support", APPNAME, nil);
     if ( lPath && [fileManager fileExistsAtPath:lPath] )
