diff options
Diffstat (limited to 'shells/bash-completion/files/patch-Makefile.am')
-rw-r--r-- | shells/bash-completion/files/patch-Makefile.am | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/shells/bash-completion/files/patch-Makefile.am b/shells/bash-completion/files/patch-Makefile.am index 007eb00a36f..73fe3ca79f9 100644 --- a/shells/bash-completion/files/patch-Makefile.am +++ b/shells/bash-completion/files/patch-Makefile.am @@ -1,6 +1,19 @@ ---- Makefile.am.orig 2013-12-20 13:44:12.000000000 -0500 -+++ Makefile.am 2013-12-20 13:44:17.000000000 -0500 -@@ -20,8 +20,10 @@ +--- Makefile.am.orig 2013-04-05 09:43:56.000000000 +0000 ++++ Makefile.am +@@ -5,10 +5,10 @@ pkgdata_DATA = bash_completion + # Empty, but here just to get the compat dir created with install + compat_DATA = + +-profiledir = $(sysconfdir)/profile.d ++profiledir = $(prefix)/share/bash-completion + profile_DATA = bash_completion.sh + +-pkgconfigdir = $(datadir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = bash-completion.pc + + bash_completion.sh: bash_completion.sh.in Makefile +@@ -20,8 +20,10 @@ EXTRA_DIST = CHANGES $(sysconf_DATA) $(p .dir-locals.el install-data-hook: |