[gnome-build-meta/tristan/fix-tracker-completions] core-deps/tracker.bst: Fix installation directory for bash completions
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/tristan/fix-tracker-completions] core-deps/tracker.bst: Fix installation directory for bash completions
- Date: Tue, 11 Jun 2019 07:51:32 +0000 (UTC)
commit ead8f5f9aa157f3fc250dab2f289295814b263d1
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date: Tue Jun 11 16:49:39 2019 +0900
core-deps/tracker.bst: Fix installation directory for bash completions
This was being installed in /share, because ${prefix} is an environment
variable (that is not set), it should have been expanding the %{prefix}
variable, but now using just %{datadir} for /usr/share as it's more
appropriate.
elements/core-deps/tracker.bst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/elements/core-deps/tracker.bst b/elements/core-deps/tracker.bst
index 116b85f9..33ddaab6 100644
--- a/elements/core-deps/tracker.bst
+++ b/elements/core-deps/tracker.bst
@@ -24,4 +24,4 @@ variables:
-Dunicode_support=icu
-Dfunctional_tests=false
-Dstemmer=disabled
- -Dbash_completion=${prefix}/share/bash-completion/completions
+ -Dbash_completion=%{datadir}/bash-completion/completions
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]