openbsd-ports/print/hplip/patches/patch-scan_py
2011-10-09 07:42:29 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-scan_py,v 1.5 2011/10/09 07:42:29 ajacoutot Exp $
--- scan.py.orig Sun Oct 2 05:06:19 2011
+++ scan.py Sun Oct 9 09:17:00 2011
@@ -1040,7 +1040,7 @@ try:
if hp_print:
cmd = 'hp-print %s &' % output
else:
- cmd = "python ./print.py %s &" % output
+ cmd = "${MODPY_BIN} ./print.py %s &" % output
os.system(cmd)