SOURCES: bzr-FHS.patch (NEW) - install manual to FHS compatible ma...
glen
glen at pld-linux.org
Sun Jun 18 00:01:52 CEST 2006
Author: glen Date: Sat Jun 17 22:01:52 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- install manual to FHS compatible manual dir
---- Files affected:
SOURCES:
bzr-FHS.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/bzr-FHS.patch
diff -u /dev/null SOURCES/bzr-FHS.patch:1.1
--- /dev/null Sun Jun 18 00:01:52 2006
+++ SOURCES/bzr-FHS.patch Sun Jun 18 00:01:47 2006
@@ -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.
+ )
================================================================
More information about the pld-cvs-commit
mailing list