mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Cleanup some more obscure references to no longer existing 'src' directory
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user