blob: a23d571d85008f956be0c0e653074e712d68d262 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/straw Thu Jan 26 15:11:29 2006
+++ src/straw Wed Jan 3 23:44:51 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 = libdir
|