$OpenBSD: patch-setup_py,v 1.3 2017/11/20 18:39:33 danj Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -330,8 +330,8 @@ def testFilesOf (direcotry):
 os_name = platform.system()
 
 files_definition = [
-	('share/exabgp/processes',filesOf('etc/exabgp')),
-	('share/exabgp/etc',testFilesOf('qa/conf')),
+	('share/examples/exabgp/processes',filesOf('etc/exabgp')),
+	('share/examples/exabgp/etc',testFilesOf('qa/conf')),
 ]
 
 if os_name != 'NetBSD':
