[packages/git-cola] add forgotten paths.patch

glen glen at pld-linux.org
Wed Apr 6 18:46:03 CEST 2016


commit d1ef21d5b738c9a5ab5c6a3fd3d73b19cb546a14
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Apr 6 19:45:52 2016 +0300

    add forgotten paths.patch

 paths.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/paths.patch b/paths.patch
new file mode 100644
index 0000000..ffca52a
--- /dev/null
+++ b/paths.patch
@@ -0,0 +1,13 @@
+--- git-cola-2.5/cola/resources.py~	2016-01-03 07:14:37.000000000 +0200
++++ git-cola-2.5/cola/resources.py	2016-04-06 12:43:50.260493369 +0300
+@@ -30,8 +30,8 @@
+ 
+ 
+ def doc(*args):
+-    """Return a path relative to cola's /usr/share/doc/ directory"""
+-    return os.path.join(_prefix, 'share', 'doc', 'git-cola', *args)
++    """Return a path relative to cola's /usr/share/git-cola/doc/ directory"""
++    return os.path.join(_prefix, 'share', 'git-cola', 'doc', *args)
+ 
+ 
+ def html_docs():
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-cola.git/commitdiff/d1ef21d5b738c9a5ab5c6a3fd3d73b19cb546a14



More information about the pld-cvs-commit mailing list