MidoriApp: midori_app_get_lib_path should fallback to LIBDIR

This commit is contained in:
Paweł Forysiuk 2012-06-03 13:39:22 +02:00 committed by Christian Dywan
parent b9b6f512ce
commit fa364f5e71
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ midori_app_get_lib_path (const gchar* package)
g_free (path);
}
return g_build_filename (MDATADIR, package, "lib", NULL);
return g_build_filename (LIBDIR, PACKAGE_NAME, NULL);
}
/**