summaryrefslogtreecommitdiff
path: root/libre/hplip-libre/hplip_typo.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-19 16:49:52 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-19 16:49:52 -0300
commit306517cf5ee87913d4493cb3de8b77a5ab84c3a0 (patch)
tree9830f82b377f595a503ff82678eb36df5aaed707 /libre/hplip-libre/hplip_typo.patch
parenta84211e8bdccdd64abd5e8fd95b9049db3304ff7 (diff)
downloadabslibre-306517cf5ee87913d4493cb3de8b77a5ab84c3a0.tar.gz
abslibre-306517cf5ee87913d4493cb3de8b77a5ab84c3a0.tar.bz2
abslibre-306517cf5ee87913d4493cb3de8b77a5ab84c3a0.zip
hplip-libre-3.13.5-2: fix script typo
Diffstat (limited to 'libre/hplip-libre/hplip_typo.patch')
-rw-r--r--libre/hplip-libre/hplip_typo.patch11
1 files changed, 11 insertions, 0 deletions
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)