aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-printing_cups__config__helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-printing_cups__config__helper.py')
-rw-r--r--devel/electron13/files/patch-printing_cups__config__helper.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron13/files/patch-printing_cups__config__helper.py b/devel/electron13/files/patch-printing_cups__config__helper.py
deleted file mode 100644
index dafe13fe3a0b..000000000000
--- a/devel/electron13/files/patch-printing_cups__config__helper.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- printing/cups_config_helper.py.orig 2021-01-07 00:36:39 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