Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852671
en ru br
ALT Linux repos
S:20180305-alt1

Group :: System/Configuration/Printing
RPM: carps-cups

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-use-destdir.patch
Download


diff --git a/carps-cups/Makefile b/carps-cups/Makefile
index 6c9fc4e..3060f22 100644
--- a/carps-cups/Makefile
+++ b/carps-cups/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-Wall -Wextra --std=c99 -O2
-CUPSDIR=$(shell cups-config --serverbin)
-CUPSDATADIR=$(shell cups-config --datadir)
+CUPSDIR=$(DESTDIR)$(shell cups-config --serverbin)
+CUPSDATADIR=$(DESTDIR)$(shell cups-config --datadir)
 
 all:	carps-decode rastertocarps ppd/*.ppd
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin