]> git.pld-linux.org Git - packages/bzr.git/commitdiff
- from devel-en and dehtmldiff
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Sep 2006 19:57:44 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr-FHS.patch -> 1.3

bzr-FHS.patch

index 93529114e055e33ac7dadd18665dc69b6b1ada97..1048fd43fc98c93f5bf0205b03da211038dbcc75 100644 (file)
@@ -1,10 +1,11 @@
---- bzr-0.8.2/setup.py~        2006-05-17 07:01:47.000000000 +0300
-+++ bzr-0.8.2/setup.py 2006-06-18 01:00:39.166039364 +0300
-@@ -115,6 +115,6 @@
-                 ],
-       scripts=['bzr'],
-       cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},
--      data_files=[('man/man1', ['bzr.1'])],
-+      data_files=[('share/man/man1', ['bzr.1'])],
-     #   todo: install the txt files from bzrlib.doc.api.
-      )
+--- bzr-0.10/setup.py   2006-09-13 10:27:27 +0000
++++ bzr-0.10/setup.py   2006-09-13 10:29:00 +0000
+@@ -207,7 +207,7 @@
+ else:
+     # std setup
+     ARGS = {'scripts': ['bzr'],
+-            'data_files': [('man/man1', ['bzr.1'])],
++            'data_files': [('share/man/man1', ['bzr.1'])],
+             'cmdclass': {'build': bzr_build,
+                          'install_scripts': my_install_scripts,
+                         },
This page took 0.02709 seconds and 4 git commands to generate.