diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-24 07:34:13 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-24 07:34:13 +0000 |
| commit | b5c357cf97d9086e95ad21c1346624dce49aefed (patch) | |
| tree | 8bdb0fa50130d9412d66b683fb4d8b97a1d9c285 /net/straw/files/patch-src::lib::utils.py | |
| parent | Update to 1.13 (diff) | |
Update to 0.25.1.
PR: ports/70807
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=117182
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') |
