The following commit has been merged in the master branch:
commit a43a68f2c60c9f29ab81986382b4063a3aa7bbbb
Author: Ville Skyttä <[email protected]>
Date:   Mon May 2 20:39:01 2011 +0300

    build system: Drop no longer needed install-data-hook bits.

diff --git a/Makefile.am b/Makefile.am
index 5007456..2e963b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) 
bash_completion.sh.in
 
 install-data-hook:
        tmpfile=`mktemp $${TMPDIR:-/tmp}/bash_completion.XXXXXX` && \
-       sed -e 's|=/usr/share/bash-completion/|=$(pkgdatadir)/|' \
-               -e 's|=/etc/bash_completion|=$(sysconfdir)/bash_completion|' \
+       sed -e 's|=/etc/bash_completion\.d|=$(sysconfdir)/bash_completion.d|' \
                $(DESTDIR)$(pkgdatadir)/bash_completion > $$tmpfile && \
        mv $$tmpfile $(DESTDIR)$(pkgdatadir)/bash_completion

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to