[devscripts] 01/06: Stop creating /etc/bash_completion.d

James McCoy jamessan at debian.org
Wed Jun 3 05:02:26 UTC 2015


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 <jamessan at debian.org>
Date:   Mon May 25 09:49:29 2015 -0400

    Stop creating /etc/bash_completion.d
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 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



More information about the devscripts-devel mailing list