]> git.pld-linux.org Git - packages/bzr.git/commitdiff
- install manual to FHS compatible manual dir
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Jun 2006 22:01:47 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr-FHS.patch -> 1.1

bzr-FHS.patch [new file with mode: 0644]

diff --git a/bzr-FHS.patch b/bzr-FHS.patch
new file mode 100644 (file)
index 0000000..3068543
--- /dev/null
@@ -0,0 +1,10 @@
+--- 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=[('man/share/man1', ['bzr.1'])],
+     #   todo: install the txt files from bzrlib.doc.api.
+      )
This page took 0.039132 seconds and 4 git commands to generate.