You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/net-print/hplip/files/hplip-3.10.2-plugin.patch

12 lines
358 B

--- setup.py.old 2010-03-20 17:38:16.061877304 +0100
+++ setup.py 2010-03-20 17:40:27.328531289 +0100
@@ -370,7 +370,7 @@
if hp_plugin:
if prop.gui_build:
- os.system("hp-plugin -i")
+ os.system("hp-plugin --required")
else:
os.system("hp-plugin")