openbsd-ports/print/hplip/patches/patch-scan_py
2012-12-10 16:00:11 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-scan_py,v 1.7 2012/12/10 16:00:12 ajacoutot Exp $
--- scan.py.orig Tue Nov 20 10:55:15 2012
+++ scan.py Mon Dec 10 16:41:21 2012
@@ -1062,7 +1062,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)