[Python-modules-commits] [python-django] 04/04: Fix path of completion file in chmod call

Raphaël Hertzog hertzog at moszumanska.debian.org
Thu May 21 15:11:11 UTC 2015


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

hertzog pushed a commit to branch debian/experimental
in repository python-django.

commit 9f894901ed4a57552bab69fdee8b3e6aec3bc344
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Thu May 21 16:56:17 2015 +0200

    Fix path of completion file in chmod call
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 730d58d..9ef53f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ override_dh_install:
 	dh_install
 	
 	# Fix permissions
-	chmod 644 $(PREFIXC)/etc/bash_completion.d/django_bash_completion
+	chmod 644 $(PREFIXC)/usr/share/bash-completion/completions/django_bash_completion
 	chmod 755 $(PREFIXC)/usr/bin/django-admin
 
 override_dh_python3:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git



More information about the Python-modules-commits mailing list