]> spindle.queued.net Git - midori/commitdiff
MidoriApp: midori_app_get_lib_path should fallback to LIBDIR
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 3 Jun 2012 11:39:22 +0000 (13:39 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 11 Jun 2012 21:08:48 +0000 (23:08 +0200)
midori/midori-app.c

index 1b62a7015c0e820bd3dc7cbe10dc848c81b689f7..fddb6d39b3f4d573070e00641f2eac068ad15b21 100644 (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);
 }
 
 /**