build system: Drop no longer needed install-data-hook bits.
This commit is contained in:
parent
a04c2b02fa
commit
a43a68f2c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user