[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-502-g7db1c8e

Ville Skyttä ville.skytta at iki.fi
Fri Nov 4 20:14:20 UTC 2011


The following commit has been merged in the master branch:
commit 6936a56c609726f2c5c7aa0a53039ca7ceb3b38b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Nov 4 22:08:35 2011 +0200

    install-data-hook: Use $(compatdir).

diff --git a/Makefile.am b/Makefile.am
index 5f282b8..22c9b30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) bash_completion.sh.in \
 
 install-data-hook:
 	tmpfile=`mktemp $${TMPDIR:-/tmp}/bash_completion.XXXXXX` && \
-	sed -e 's|=/etc/bash_completion\.d|=$(sysconfdir)/bash_completion.d|' \
+	sed -e 's|=/etc/bash_completion\.d|=$(compatdir)|' \
 		$(DESTDIR)$(pkgdatadir)/bash_completion > $$tmpfile && \
 	cat $$tmpfile > $(DESTDIR)$(pkgdatadir)/bash_completion && \
 	rm $$tmpfile

-- 
bash-completion



More information about the Bash-completion-commits mailing list