Cleanup some more obscure references to no longer existing 'src' directory

This commit is contained in:
Geert Janssens
2017-08-11 22:44:50 +02:00
parent afecab330a
commit 0c6da2f001
12 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ gchar *gnc_path_get_reportdir()
const gchar *builddir = g_getenv ("GNC_BUILDDIR");
if (g_getenv ("GNC_UNINSTALLED") && builddir)
{
result = g_build_filename (builddir, "src", "report", NULL);
result = g_build_filename (builddir, "gnucash", "report", NULL);
}
else
{