mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
3f34becf14
PR: 59282 Submitted by: Jeremy Messenger <mezz7@cox.net>
12 lines
455 B
Python
12 lines
455 B
Python
--- src/lib/Main.py.orig Thu Nov 13 21:57:57 2003
|
|
+++ src/lib/Main.py Thu Nov 13 21:58:51 2003
|
|
@@ -360,7 +360,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')
|