aboutsummaryrefslogtreecommitdiff
path: root/net/straw/files/patch-src::lib::utils.py
blob: b3eb80979c25d7ca5ef8e8d7068f7d8179e3910e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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')