forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
342 B
Python
11 lines
342 B
Python
--- applet.py.orig 2013-07-22 15:58:32.000000000 +0200
|
|
+++ applet.py 2013-08-29 11:06:43.000000000 +0200
|
|
@@ -43,7 +43,7 @@
|
|
|
|
from gi.repository import Notify
|
|
|
|
-APPDIR="/usr/share/system-config-printer"
|
|
+APPDIR="%%PREFIX%%/share/system-config-printer"
|
|
ICON="printer"
|
|
|
|
# We need to call Notify.init before we can check the server for caps
|