summaryrefslogtreecommitdiffstats
path: root/dns/py-namebench/files/patch-libnamebench-util-py
blob: e00191ef5bdf71481167df3772ca79f5911743f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Missing comma causes two strings below to be concatenated, making /usr/local/share/namebench and /usr/local/etc/namebench useless. Not great for us!

--- libnamebench/util.py.orig	2011-08-15 19:59:22.000000000 +0100
+++ libnamebench/util.py	2011-08-15 19:59:37.000000000 +0100
@@ -85,7 +85,7 @@
                   os.path.join(os.getcwd(), 'namebench.app', 'Contents', 'Resources'),
                   os.path.join(os.getcwd(), '..'),
                   os.path.join(sys.prefix, 'namebench'),
-                  '/usr/local/share/namebench'
+                  '/usr/local/share/namebench',
                   '/usr/local/etc/namebench',
                   '/usr/local/namebench',
                   '/etc/namebench',
OpenPOWER on IntegriCloud