blob: 16dc440674b4d5884410981e9ceceec3bc7ec54f [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From 7863a72c723035529d6fd8d626d7fbf9a765f162 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 23 May 2019 21:49:57 -0700
4Subject: [PATCH] tools: Install bash_completion script in
5 /etc/bash_completion.d
6
7In OE this is one of common locations to install bash_completion files
8and its covered for packaging automatically when bash_completion class
9is inherited
10
11Upstream-Status: Inappropriate [OE-Specific]
12
13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14---
15 tools/Makefile.am | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/tools/Makefile.am b/tools/Makefile.am
19index 0aaec11..839c961 100644
20--- a/tools/Makefile.am
21+++ b/tools/Makefile.am
22@@ -72,7 +72,7 @@ udisks_tcp_bridge_LDADD = $(DBUS_GLIB_LIBS)
23
24 CLEANFILES = $(BUILT_SOURCES)
25
26-profiledir = $(sysconfdir)/profile.d
27+profiledir = $(sysconfdir)/bash_completion.d
28 profile_SCRIPTS = udisks-bash-completion.sh
29
30 EXTRA_DIST = $(profile_SCRIPTS)
31--
322.21.0
33