diff options
Diffstat (limited to 'www/iridium/files/patch-printing_cups__config__helper.py')
-rw-r--r-- | www/iridium/files/patch-printing_cups__config__helper.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-printing_cups__config__helper.py b/www/iridium/files/patch-printing_cups__config__helper.py new file mode 100644 index 000000000000..0795067ee45f --- /dev/null +++ b/www/iridium/files/patch-printing_cups__config__helper.py @@ -0,0 +1,11 @@ +--- printing/cups_config_helper.py.orig 2019-12-16 21:50:51 UTC ++++ printing/cups_config_helper.py +@@ -67,7 +67,7 @@ def main(): + mode = sys.argv[1] + if len(sys.argv) > 2 and sys.argv[2]: + sysroot = sys.argv[2] +- cups_config = os.path.join(sysroot, 'usr', 'bin', 'cups-config') ++ cups_config = os.path.join(sysroot, 'bin', 'cups-config') + if not os.path.exists(cups_config): + print('cups-config not found: %s' % cups_config) + return 1 |