nixpkgs/pkgs/development/libraries/tracker-miners/fix-paths.patch

21 lines
792 B
Diff
Raw Normal View History

2018-03-05 02:10:37 +01:00
--- a/src/libtracker-miners-common/tracker-domain-ontology.c
+++ b/src/libtracker-miners-common/tracker-domain-ontology.c
2018-09-01 22:53:32 +02:00
@@ -323,7 +323,7 @@
2018-03-21 07:45:31 +01:00
goto end;
}
} else {
- path = g_build_filename (SHAREDIR, "tracker", "domain-ontologies",
+ path = g_build_filename ("@tracker@", "share", "tracker", "domain-ontologies",
DEFAULT_RULE, NULL);
if (!g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
2018-09-01 22:53:32 +02:00
@@ -388,7 +388,7 @@
2018-03-05 02:10:37 +01:00
if (!priv->ontology_location) {
gchar *ontology_path;
- ontology_path = g_build_filename (SHAREDIR, "tracker", "ontologies",
+ ontology_path = g_build_filename ("@tracker@", "share", "tracker", "ontologies",
priv->ontology_name, NULL);
if (!g_file_test (ontology_path, G_FILE_TEST_IS_DIR)) {