patch-setup_py 456 B

123456789101112131415
  1. $OpenBSD: patch-setup_py,v 1.2 2017/01/13 14:08:52 phessler Exp $
  2. --- setup.py.orig Thu Sep 15 12:57:50 2016
  3. +++ setup.py Wed Dec 14 20:34:45 2016
  4. @@ -276,6 +276,10 @@ if os_name == 'NetBSD':
  5. files_definition= [
  6. ('share/exabgp',configuration('etc/exabgp')),
  7. ]
  8. +elif os_name == 'OpenBSD':
  9. + files_definition= [
  10. + ('share/examples/exabgp',configuration('etc/exabgp')),
  11. + ]
  12. else:
  13. files_definition = [
  14. ('etc/exabgp',configuration('etc/exabgp')),