diff options
Diffstat (limited to 'libre/hplip-libre/hplip_typo.patch')
-rw-r--r-- | libre/hplip-libre/hplip_typo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/hplip-libre/hplip_typo.patch b/libre/hplip-libre/hplip_typo.patch deleted file mode 100644 index 8d22f51ea..000000000 --- a/libre/hplip-libre/hplip_typo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |