patch-setup_py 730 B

123456789101112131415161718192021
  1. $OpenBSD: patch-setup_py,v 1.7 2016/01/17 05:30:31 shadchin Exp $
  2. --- setup.py.orig Mon Dec 7 13:03:39 2015
  3. +++ setup.py Tue Dec 15 21:14:11 2015
  4. @@ -47,15 +47,9 @@ if os.name == 'posix':
  5. incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')]
  6. libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')]
  7. -data_files = [('share/man/man1',
  8. +data_files = [('man/man1',
  9. ['bin/duplicity.1',
  10. 'bin/rdiffdir.1']),
  11. - ('share/doc/duplicity-%s' % version_string,
  12. - ['COPYING',
  13. - 'README',
  14. - 'README-REPO',
  15. - 'README-LOG',
  16. - 'CHANGELOG']),
  17. ]
  18. top_dir = os.path.dirname(os.path.abspath(__file__))