1228e6a72e
- make the manage printer job entry appear (from jasper@) - fix path to system-config-printer in applet.py - use SUBST_FILES ok jasper@
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
$OpenBSD: patch-system-config-printer,v 1.2 2008/06/12 21:51:43 ajacoutot Exp $
|
|
--- system-config-printer.orig Thu Mar 27 18:31:07 2008
|
|
+++ system-config-printer Thu Mar 27 18:31:14 2008
|
|
@@ -1,2 +1,2 @@
|
|
#!/bin/sh
|
|
-exec /usr/share/system-config-printer/system-config-printer.py "$@"
|
|
+exec ${PREFIX}/share/system-config-printer/system-config-printer.py "$@"
|