[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-251-ga43a68f
Ville Skyttä
ville.skytta at iki.fi
Mon May 2 17:40:59 UTC 2011
The following commit has been merged in the master branch:
commit a43a68f2c60c9f29ab81986382b4063a3aa7bbbb
Author: Ville Skyttä <ville.skytta at iki.fi>
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
More information about the Bash-completion-commits
mailing list