[gnome-photos] flatpak: Disable the Bash auto-completion scripts for Tracker
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] flatpak: Disable the Bash auto-completion scripts for Tracker
- Date: Wed, 8 Mar 2017 22:41:04 +0000 (UTC)
commit 688ce7f0b7b51b898709cd1c59c43c8931a239ed
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Mar 8 23:40:21 2017 +0100
flatpak: Disable the Bash auto-completion scripts for Tracker
The build fails when trying to install the Bash auto-completion scripts
because the destination is marked as read-only on the builder. These
scripts don't add a lot of value to the Flatpak, as opposed to being
installed on the host operating system, so let's disable them.
flatpak/org.gnome.Photos.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 9944e1c..22f5825 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -229,7 +229,8 @@
"config-opts": [ "--disable-miner-apps", "--disable-static",
"--disable-tracker-extract", "--disable-tracker-needle",
"--disable-tracker-preferences", "--disable-artwork",
- "--disable-tracker-writeback", "--disable-miner-user-guides"],
+ "--disable-tracker-writeback", "--disable-miner-user-guides",
+ "--with-bash-completion-dir=no" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]