a65ca3a9f2
Fix SHARED_LIBS. sane-hpaio is a loadable module. Move some PPD files from -hpijs to -hpcups.
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-scan_py,v 1.2 2009/08/20 08:07:48 ajacoutot Exp $
|
|
--- scan.py.orig Tue Aug 4 23:37:39 2009
|
|
+++ scan.py Thu Aug 20 09:24:11 2009
|
|
@@ -1080,7 +1080,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)
|
|
|