mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
11 lines
464 B
Python
11 lines
464 B
Python
--- printing/cups_config_helper.py.orig 2019-03-11 22:01:01 UTC
|
|
+++ printing/cups_config_helper.py
|
|
@@ -65,7 +65,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
|