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, 0 insertions, 11 deletions
diff --git a/net/straw/files/patch-src::lib::utils.py b/net/straw/files/patch-src::lib::utils.py deleted file mode 100644 index b3eb80979..000000000 --- a/net/straw/files/patch-src::lib::utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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') |