From a43a68f2c60c9f29ab81986382b4063a3aa7bbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 2 May 2011 20:39:01 +0300 Subject: [PATCH] build system: Drop no longer needed install-data-hook bits. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 50074560..2e963b22 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