File fix-installation-of-man-page.patch of Package fonttools
Index: setup.py
===================================================================
RCS file: /cvsroot/fonttools/fonttools/setup.py,v
retrieving revision 1.17
diff -u -r1.17 setup.py
--- setup.py 18 May 2008 06:28:37 -0000 1.17
+++ setup.py 16 Sep 2008 13:28:26 -0000
@@ -99,6 +99,6 @@
],
scripts = ["Tools/ttx"],
cmdclass = {"build_ext": build_ext_optional},
- data_files = [('man/man1', ["Doc/ttx.1"])],
+ data_files = [('share/man/man1', ["Doc/ttx.1.gz"])],
**classifiers
)