]> git.pld-linux.org Git - packages/foomatic-db-engine.git/blob - foomatic-db-engine-cups.patch
- don't require installed cups
[packages/foomatic-db-engine.git] / foomatic-db-engine-cups.patch
1 --- foomatic-db-engine-3.0-20080317/Makefile.in~        2008-03-17 17:45:02.000000000 +0100
2 +++ foomatic-db-engine-3.0-20080317/Makefile.in 2008-03-17 17:47:12.470501553 +0100
3 @@ -206,10 +206,8 @@
4  #      Link foomatic-ppdfile to the CUPS 1.2 PPD generator directory,
5  #      so that the cups-driverd automatically generates Foomatic PPDs
6  #      on demand (/usr/lib/cups/driver).
7 -       if [ -d $(LIB_CUPS) ]; then \
8 -         ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_DRIVER); \
9 -         ln -sf $(BINDIR)/foomatic-ppdfile $(DESTDIR)$(CUPS_DRIVER)/foomatic; \
10 -       fi
11 +       ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_DRIVER); \
12 +       ln -sf $(BINDIR)/foomatic-ppdfile $(DESTDIR)$(CUPS_DRIVER)/foomatic; \
13  
14  install-man: check-config
15         ${SRC}/mkinstalldirs $(DESTDIR)$(MANDIR)
This page took 0.077486 seconds and 4 git commands to generate.