]> git.pld-linux.org Git - packages/bzr.git/blame - locale-path.patch
Release 2. Conflicts with old qbzr versions added.
[packages/bzr.git] / locale-path.patch
CommitLineData
8fc6f781
ŁK
1diff -uNr bzr-2.5.0/setup.py bzr-2.5.0.new/setup.py
2--- bzr-2.5.0/setup.py 2012-02-24 11:42:19.000000000 +0100
3+++ bzr-2.5.0.new/setup.py 2012-03-06 12:42:37.528774052 +0100
4@@ -76,7 +76,7 @@
5 I18N_FILES = []
6 for filepath in glob.glob("bzrlib/locale/*/LC_MESSAGES/*.mo"):
7 langfile = filepath[len("bzrlib/locale/"):]
8- targetpath = os.path.dirname(os.path.join("share/locale", langfile))
9+ targetpath = os.path.dirname(os.path.join("locale", langfile))
10 I18N_FILES.append((targetpath, [filepath]))
11
12 def get_bzrlib_packages():
This page took 0.039761 seconds and 4 git commands to generate.