5033142f41
ok kevlo@ (maintainer)
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-gmapcatcher_mapPixbuf_py,v 1.2 2011/06/27 06:33:33 ajacoutot Exp $
|
|
--- gmapcatcher/mapPixbuf.py.orig Mon Jun 20 18:29:34 2011
|
|
+++ gmapcatcher/mapPixbuf.py Sun Jun 26 09:33:56 2011
|
|
@@ -15,7 +15,7 @@ else:
|
|
_prefix = abspath(join(dirname(__file__), "../images"))
|
|
|
|
if not isfile(join(_prefix, 'missing.png')):
|
|
- _prefix = '/usr/share/pixmaps/gmapcatcher'
|
|
+ _prefix = '${PREFIX}/share/pixmaps/gmapcatcher'
|
|
|
|
def ico():
|
|
pix_ico = False
|