d94868b68c
Note that the name of the program changed from gmapcatcher to mapcatcher and gmapcatcher-download to mapdownloader. ok sthen@
13 lines
450 B
Plaintext
13 lines
450 B
Plaintext
$OpenBSD: patch-gmapcatcher_mapPixbuf_py,v 1.1 2010/09/07 10:23:02 kevlo Exp $
|
|
--- gmapcatcher/mapPixbuf.py.orig Mon Aug 23 02:36:19 2010
|
|
+++ gmapcatcher/mapPixbuf.py Tue Sep 7 17:57:31 2010
|
|
@@ -14,7 +14,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():
|
|
try:
|