]> git.pld-linux.org Git - packages/git-cola.git/commitdiff
add forgotten paths.patch
authorElan Ruusamäe <glen@delfi.ee>
Wed, 6 Apr 2016 16:45:52 +0000 (19:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 6 Apr 2016 16:45:52 +0000 (19:45 +0300)
paths.patch [new file with mode: 0644]

diff --git a/paths.patch b/paths.patch
new file mode 100644 (file)
index 0000000..ffca52a
--- /dev/null
@@ -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():
This page took 0.081404 seconds and 4 git commands to generate.