pkgsrc/devel/dconf/patches/patch-ad

13 lines
523 B
Text

$NetBSD: patch-ad,v 1.1 2011/01/12 13:52:10 drochner Exp $
--- editor/dconf-model.vala.orig 2010-09-15 13:34:58.000000000 +0000
+++ editor/dconf-model.vala
@@ -469,7 +469,7 @@ public class SettingsModel: GLib.Object,
schemas = new SchemaList();
try
{
- schemas.load_directory("/usr/share/glib-2.0/schemas");
+ schemas.load_directory("@PREFIX@/share/glib-2.0/schemas");
} catch (Error e) {
warning("Failed to parse schemas: %s", e.message);
}