$OpenBSD: patch-applet_py,v 1.6 2011/05/04 09:10:52 ajacoutot Exp $ --- applet.py.orig Wed Mar 16 17:44:41 2011 +++ applet.py Wed May 4 10:04:38 2011 @@ -47,7 +47,7 @@ except RuntimeError, e: print "This is a graphical application and requires DISPLAY to be set." sys.exit (1) -APPDIR="/usr/share/system-config-printer" +APPDIR="${PREFIX}/share/system-config-printer" ICON="printer" # We need to call pynotify.init before we can check the server for caps