1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/straw/files/patch-src::lib::Main.py
Joe Marcus Clarke 3f34becf14 Add straw, a GNOME/Python based RSS/RDF news feed aggregator.
PR:		59282
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-11-14 19:25:02 +00:00

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')