[tracker-miners/wip/kalev/stop-words-location] Fix stop words location when building against system-installed tracker




commit 915fab000b3d3c810697086f978111e6441123d3
Author: Kalev Lember <klember redhat com>
Date:   Mon Sep 21 14:25:04 2020 +0200

    Fix stop words location when building against system-installed tracker
    
    It's /usr/share/tracker3, not /usr/share/tracker.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 66197aa88..eae27e5ad 100644
--- a/meson.build
+++ b/meson.build
@@ -31,7 +31,7 @@ if get_option('tracker_core') == 'system'
   # installed locations.
   tracker_uninstalled_cli_dir = join_paths (tracker_sparql.get_pkgconfig_variable('exec_prefix'), 'bin')
   tracker_uninstalled_nepomuk_ontologies_dir = 
join_paths(tracker_sparql.get_pkgconfig_variable('ontologies_dir'), 'nepomuk')
-  tracker_uninstalled_stop_words_dir = join_paths(tracker_sparql.get_pkgconfig_variable('datadir'), 
'tracker', 'stop-words')
+  tracker_uninstalled_stop_words_dir = join_paths(tracker_sparql.get_pkgconfig_variable('tracker_datadir'), 
'stop-words')
   tracker_uninstalled_testutils_dir = tracker_testutils.get_pkgconfig_variable('python_path')
   tracker_ontologies_dir = tracker_sparql.get_pkgconfig_variable('ontologies_dir')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]