From 05f6fb34ee79ee8112ef549e93f0a138be0e2abf Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:40:13 +0000 Subject: automatic import of hplip --- hplip-missing-links.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hplip-missing-links.patch (limited to 'hplip-missing-links.patch') diff --git a/hplip-missing-links.patch b/hplip-missing-links.patch new file mode 100644 index 0000000..3e19877 --- /dev/null +++ b/hplip-missing-links.patch @@ -0,0 +1,13 @@ +diff --git a/installer/pluginhandler.py b/installer/pluginhandler.py +index 4d7c1b8..1af8d85 100755 +--- a/installer/pluginhandler.py ++++ b/installer/pluginhandler.py +@@ -164,7 +164,7 @@ class PluginHandle(object): + for src, trg, link in copies: + if link != "": + if not utils.check_library(link): +- self.__plugin_state = PLUGIN_FILES_CORRUPTED ++ pass + + + def __getPluginInformation(self, callback=None): -- cgit v1.2.3