patch-setup_py 465 B

12345678910111213
  1. $OpenBSD: patch-setup_py,v 1.2 2017/03/09 18:55:47 sthen Exp $
  2. --- setup.py.orig Sun Jan 15 13:47:03 2017
  3. +++ setup.py Thu Mar 9 17:49:55 2017
  4. @@ -83,7 +83,7 @@ class sdist(_sdist):
  5. data_files = [('share/doc/flent',
  6. ['BUGS',
  7. 'README.rst'] + glob("*.example")),
  8. - ('share/man/man1',
  9. + ('man/man1',
  10. ['man/flent.1']),
  11. ('share/doc/flent/misc',
  12. glob("misc/*")),