summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-base_queues.py
blob: 59707a80cad23c739f1d28cae3a685192ba58939 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/queues.py.orig	2022-02-23 07:41:04 UTC
+++ base/queues.py
@@ -128,7 +128,7 @@ def parseQueues(mode):
                     is_hp = True
 
             log.debug("Device URI: %s" % device_uri)
-            ppd_file = os.path.join('/etc/cups/ppd', printer_name + '.ppd')
+            ppd_file = os.path.join('/usr/local/etc/cups/ppd', printer_name + '.ppd')
             ppd_fileType = None
             PPDFileError = False
             if not os.path.exists(ppd_file):