diff options
Diffstat (limited to 'net-analyzer/nagstamon/files/nagstamon-0.9.11_rc1-resources.patch')
-rw-r--r-- | net-analyzer/nagstamon/files/nagstamon-0.9.11_rc1-resources.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/nagstamon/files/nagstamon-0.9.11_rc1-resources.patch b/net-analyzer/nagstamon/files/nagstamon-0.9.11_rc1-resources.patch new file mode 100644 index 000000000000..9d8941d3832c --- /dev/null +++ b/net-analyzer/nagstamon/files/nagstamon-0.9.11_rc1-resources.patch @@ -0,0 +1,13 @@ +diff --git a/Nagstamon/nagstamon.py b/Nagstamon/nagstamon.py +index 0e016ef..7dca409 100755 +--- a/Nagstamon/nagstamon.py ++++ b/Nagstamon/nagstamon.py +@@ -86,6 +86,8 @@ except Exception, err: + Resources = path + break + ++Resources = "/usr/share/nagstamon/resources" ++ + # initialize GUI and actions + # if modules are not available from central python install try the ones in the same directory + from Nagstamon import GUI |