]> git.pld-linux.org Git - packages/bzr.git/blob - bzr-FHS.patch
- install manual to FHS compatible manual dir
[packages/bzr.git] / bzr-FHS.patch
1 --- bzr-0.8.2/setup.py~ 2006-05-17 07:01:47.000000000 +0300
2 +++ bzr-0.8.2/setup.py  2006-06-18 01:00:39.166039364 +0300
3 @@ -115,6 +115,6 @@
4                  ],
5        scripts=['bzr'],
6        cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},
7 -      data_files=[('man/man1', ['bzr.1'])],
8 +      data_files=[('man/share/man1', ['bzr.1'])],
9      #   todo: install the txt files from bzrlib.doc.api.
10       )
This page took 0.112322 seconds and 4 git commands to generate.