[Python-modules-commits] [pygtkspellcheck] 14/19: Fix install_locale command

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Nov 21 21:02:38 UTC 2016


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

hertzog pushed a commit to branch master
in repository pygtkspellcheck.

commit 5cf0a640f7c64703a2befd7579d1f93483ac4a6f
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Nov 21 21:33:24 2016 +0100

    Fix install_locale command
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 35e97ac..2558ac1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export PYBUILD_AFTER_INSTALL={interpreter} setup.py install_locale
+export PYBUILD_AFTER_INSTALL={interpreter} setup.py install_locale -d {destdir}/usr
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild

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



More information about the Python-modules-commits mailing list