openbsd-ports/geo/gmapcatcher/patches/patch-gmapcatcher_mapPixbuf_py
ajacoutot 5033142f41 Update to gmapcatcher-0.7.6.1.
ok kevlo@ (maintainer)
2011-06-27 06:33:33 +00:00

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