28 lines
685 B
Diff
28 lines
685 B
Diff
From edcae052fe6a9eca3f9b0bbf4ef32b930df44c6f Mon Sep 17 00:00:00 2001
|
|
From: Jeffy Chen <jeffy.chen@rock-chips.com>
|
|
Date: Fri, 10 Jul 2020 14:46:35 +0800
|
|
Subject: [PATCH 4/5] Makefile.am: Set printpluginsdir to
|
|
/usr/share/hplip/prnt/plugins
|
|
|
|
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 7034ccf..3fd18cc 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -686,7 +686,7 @@ endif
|
|
|
|
if HPLIP_CLASS_DRIVER
|
|
filterdir=$(cupsfilterdir)
|
|
-printpluginsdir=$(cupsfilterdir)
|
|
+printpluginsdir=$(hplipdir)/prnt/plugins
|
|
|
|
|
|
dist_filter_DATA = hpcups hpps dat2drv
|
|
--
|
|
2.20.1
|
|
|