[Debian-ha-commits] [pcs] 09/12: Updated path to target of chmod for bash-completion

Richard Winters devrik-guest at moszumanska.debian.org
Tue Jan 26 17:22:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository pcs.

commit a7e4ef89d08f769817d9f176f7d2a4ac6b868d44
Author: Richard B Winters <rik at mmogp.com>
Date:   Tue Jan 26 12:02:39 2016 -0500

    Updated path to target of chmod for bash-completion
    
     - Reference changed to updated location
    
    Change-Id: Id861b3791a2a441e64b033e7d49b3ee3a26a828e
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e83768b..31be9af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ override_dh_compress:
 # make non-scripts non-executable
 	chmod -x $(CURDIR)/debian/pcs/usr/share/pcsd/public/css/*
 	chmod -x $(CURDIR)/debian/pcs/etc/pam.d/pcsd
-	chmod -x $(CURDIR)/debian/pcs/etc/bash_completion.d/pcs
 	chmod -x $(CURDIR)/debian/pcs/usr/lib/python*/*-packages/pcs/settings.py
+	chmod -x $(CURDIR)/debian/pcs/usr/share/bash-completion/completions/pcs
 	chmod a+x $(CURDIR)/debian/pcs/usr/share/pcsd/pcsd.debian
 	chmod 755 $(CURDIR)/debian/pcs/usr/share/pcsd/public/css/images/
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list