gnome3.tracker-miners: 2.2.2 → 2.3.0

This commit is contained in:
Tor Hedin Brønner
2019-09-30 19:39:46 +02:00
parent 2f2f17828c
commit 4a1a728dd5
2 changed files with 2 additions and 11 deletions
@@ -9,12 +9,3 @@
DEFAULT_RULE, NULL);
if (!g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
@@ -388,7 +388,7 @@
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)) {