# Let Fink install the document files into the proper location instead # of having rdiff-backup's setup.py do it, which also puts its version # number in the document directory name. diff -ru rdiff-backup-1.0.0-orig/setup.py rdiff-backup-1.0.0/setup.py --- rdiff-backup-1.0.0-orig/setup.py 2004-01-31 20:31:34.000000000 -0800 +++ rdiff-backup-1.0.0/setup.py 2004-03-08 19:01:56.000000000 -0800 @@ -56,7 +56,4 @@ libraries=libname, extra_link_args=lflags_arg)], scripts = ['rdiff-backup'], - data_files = [('share/man/man1', ['rdiff-backup.1']), - ('share/doc/rdiff-backup-%s' % (version_string,), - ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])]) - + data_files = [('share/man/man1', ['rdiff-backup.1'])])