openbsd-ports/print/system-config-printer/patches/patch-system-config-printer
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
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 "$@"