openbsd-ports/print/system-config-printer/patches/patch-system-config-printer-applet
jasper 9663087b13 import system-config-printer 0.9.90
CUPS configuration GUI.  Configures a CUPS server. It uses the CUPS API
to do this. The communication with the server is performed using IPP. As
a result, it is equally able to configure a remote CUPS server as a
local one.

help and ok ajacoutot@
2008-04-10 10:23:04 +00:00

8 lines
350 B
Plaintext

$OpenBSD: patch-system-config-printer-applet,v 1.1.1.1 2008/04/10 10:23:04 jasper 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 "$@"