gnome3.tracker-miners: 2.2.2 → 2.3.0
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user