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

This commit is contained in:
Ville Skyttä 2011-05-02 20:39:01 +03:00
parent a04c2b02fa
commit a43a68f2c6

View File

@ -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