From 1f47596ab3954f670b5209ff18a164533fafc206 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 6 Jan 2023 17:54:34 -0300 Subject: [PATCH] Corrected installation path for *.h files of *.drv files The ppdc (and underlying functions) of libppd searches for include files in /usr/share/ppdc and not in /usr/share/cups/ppdc any more. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f42762663..2d285c3ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,7 +100,7 @@ EXTRA_DIST += $(gendrvfiles) # ======================= # Definitions for drivers # ======================= -pkgppdcdir = $(CUPS_DATADIR)/ppdc +pkgppdcdir = $(datadir)/ppdc genppdcfiles = \ filter/pcl.h \ -- 2.47.3