diff options
Diffstat (limited to 'net/straw/files/patch-src::lib::utils.py')
| -rw-r--r-- | net/straw/files/patch-src::lib::utils.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/straw/files/patch-src::lib::utils.py b/net/straw/files/patch-src::lib::utils.py new file mode 100644 index 000000000000..b3eb80979c25 --- /dev/null +++ b/net/straw/files/patch-src::lib::utils.py @@ -0,0 +1,11 @@ +--- src/lib/utils.py.orig Thu Jul 15 15:15:58 2004 ++++ src/lib/utils.py Mon Aug 16 22:26:08 2004 +@@ -162,7 +162,7 @@ + return os.environ["STRAW_DATA"] + h, t = os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0]) + if t == 'bin': +- fp = os.path.join(h, 'share', 'straw') ++ fp = os.path.join(h, 'share', 'gnome', 'straw') + if os.path.isdir(fp): + return fp + fp = os.path.join(h, 'lib', 'straw') |
