diff options
Diffstat (limited to 'net/straw/files/patch-src::straw')
-rw-r--r-- | net/straw/files/patch-src::straw | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw index cb965b2ce848..ec142ac7ee74 100644 --- a/net/straw/files/patch-src::straw +++ b/net/straw/files/patch-src::straw @@ -1,14 +1,5 @@ --- src/straw Sat Oct 21 07:53:23 2006 +++ src/straw Sun May 20 09:49:06 2007 -@@ -49,7 +49,7 @@ - if not sdir: - h, t = os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0]) - if t == 'bin': -- libdir = os.path.join(h, 'lib') -+ libdir = os.path.join(h, 'share', 'gnome') - fp = os.path.join(libdir, 'straw') - if os.path.isdir(fp): - sdir = fp @@ -102,7 +102,7 @@ if ENV_IN_SOURCE: from lib import Application, Config |