From 306517cf5ee87913d4493cb3de8b77a5ab84c3a0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 19 May 2013 16:49:52 -0300 Subject: hplip-libre-3.13.5-2: fix script typo --- libre/hplip-libre/hplip_typo.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/hplip-libre/hplip_typo.patch (limited to 'libre/hplip-libre/hplip_typo.patch') diff --git a/libre/hplip-libre/hplip_typo.patch b/libre/hplip-libre/hplip_typo.patch new file mode 100644 index 000000000..8d22f51ea --- /dev/null +++ b/libre/hplip-libre/hplip_typo.patch @@ -0,0 +1,11 @@ +--- config_usb_printer.py 2013-05-19 02:23:17.506716304 +0300 ++++ config_usb_printer.py.new 2013-05-19 02:23:30.140049848 +0300 +@@ -257,7 +257,7 @@ + # ******************************* RUNNING FIRMWARE DOWNLOAD TO DEVICE FOR SUPPORTED PRINTER'S + fw_download_req = mq.get('fw-download', False) + if fw_download_req: +- fw_cmd = utlis.which('hp-firmware', True) ++ fw_cmd = utils.which('hp-firmware', True) + if fw_cmd: + fw_cmd += " -y3 -s %s"%param + log.debug(fw_cmd) -- cgit v1.2.3