openbsd-ports/print/hplip/patches/patch-scan_py
2011-04-17 07:19:44 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-scan_py,v 1.3 2011/04/17 07:19:44 ajacoutot Exp $
--- scan.py.orig Mon Mar 14 08:59:11 2011
+++ scan.py Sun Apr 17 08:43:04 2011
@@ -1065,7 +1065,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)