diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:45:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:45:17 +0000 |
commit | 92ff4cdf8c84e91584dd6076aa5b3c774ab0a622 (patch) | |
tree | 6ba01d84d85f00b380477077d920c341c3570b09 /hplip-missing-links.patch | |
parent | d8ce4006ffe8011c16c265205aa330c52a0de0c1 (diff) |
automatic import of hplipopeneuler24.03_LTS
Diffstat (limited to 'hplip-missing-links.patch')
-rw-r--r-- | hplip-missing-links.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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): |