]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Corrected installation path for *.h files of *.drv files
authorTill Kamppeter <till.kamppeter@gmail.com>
Fri, 6 Jan 2023 20:54:34 +0000 (17:54 -0300)
committerTill Kamppeter <till.kamppeter@gmail.com>
Fri, 6 Jan 2023 20:54:34 +0000 (17:54 -0300)
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

index f42762663c519ef8d4035e2d013b85f5f08502c6..2d285c3ca3afaa8bba42c04de2ae2dc53b0a7fd0 100644 (file)
@@ -100,7 +100,7 @@ EXTRA_DIST += $(gendrvfiles)
 # =======================
 # Definitions for drivers
 # =======================
-pkgppdcdir = $(CUPS_DATADIR)/ppdc
+pkgppdcdir = $(datadir)/ppdc
 
 genppdcfiles = \
        filter/pcl.h \