diff options
Diffstat (limited to 'net-misc/exabgp/files/exabgp-4.2.6-paths.patch')
-rw-r--r-- | net-misc/exabgp/files/exabgp-4.2.6-paths.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/exabgp/files/exabgp-4.2.6-paths.patch b/net-misc/exabgp/files/exabgp-4.2.6-paths.patch new file mode 100644 index 000000000000..035ba12bd682 --- /dev/null +++ b/net-misc/exabgp/files/exabgp-4.2.6-paths.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index 34c28e4d..e41069bc 100644 +--- a/setup.py ++++ b/setup.py +@@ -31,7 +31,7 @@ def filesOf(directory): + + + data_files = [ +- ('etc/exabgp/examples', filesOf('etc/exabgp')), ++ ('/etc/exabgp/examples', filesOf('etc/exabgp')), + ] + + if platform.system() != 'NetBSD': |