This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 14d48635ad4cdfd4d2d369811e12e3d6755eda9c Author: James McCoy <[email protected]> Date: Mon May 25 09:49:29 2015 -0400 Stop creating /etc/bash_completion.d Signed-off-by: James McCoy <[email protected]> --- scripts/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index b4d43bf..797c78f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -89,7 +89,6 @@ install: all python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb cp $(SCRIPTS) $(DESTDIR)$(BINDIR) ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch - install -dD $(DESTDIR)$(SYSCONFDIR)/bash_completion.d install -d $(DESTDIR)$(COMPL_DIR) cp $(COMPLETION) $(DESTDIR)$(COMPL_DIR) # Special treatment for debpkg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
