openbsd-ports/print/system-config-printer/patches/patch-system-config-printer-applet
ajacoutot 1228e6a72e - remove X-Red-Hat category for .desktop files (from jasper@)
- make the manage printer job entry appear (from jasper@)
- fix path to system-config-printer in applet.py
- use SUBST_FILES

ok jasper@
2008-06-12 21:51:42 +00:00

8 lines
348 B
Plaintext

$OpenBSD: patch-system-config-printer-applet,v 1.2 2008/06/12 21:51:43 ajacoutot Exp $
--- system-config-printer-applet.orig Thu Mar 27 18:31:27 2008
+++ system-config-printer-applet Thu Mar 27 18:31:36 2008
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/share/system-config-printer/applet.py "$@"
+exec ${PREFIX}/share/system-config-printer/applet.py "$@"