335N/A--- a/Makefile.in-bkp 2011-05-28 00:56:06.178936359 +0200
335N/A+++ b/Makefile.in 2011-05-28 01:01:05.832899219 +0200
335N/A@@ -60,26 +60,27 @@
335N/A install: install-db
335N/A
335N/A install-db:
335N/A- install -d $(DESTDIR)$(LIBDIR)
335N/A- install -d $(DESTDIR)$(LIBDIR)/db/source/printer
335N/A- install -d $(DESTDIR)$(LIBDIR)/db/source/driver
335N/A- install -d $(DESTDIR)$(LIBDIR)/db/source/opt
335N/A- install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
335N/A- cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
335N/A- cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
335N/A+ ginstall -d $(DESTDIR)$(LIBDIR)
335N/A+ ginstall -d $(DESTDIR)$(LIBDIR)/db/source/printer
335N/A+ ginstall -d $(DESTDIR)$(LIBDIR)/db/source/driver
335N/A+ ginstall -d $(DESTDIR)$(LIBDIR)/db/source/opt
335N/A+ ginstall -d $(DESTDIR)$(LIBDIR)/db/source/PPD
335N/A+ cp -f db/oldprinterids $(DESTDIR)$(LIBDIR)/db
335N/A+ cp -f db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
335N/A ( cd db/source/driver/; \
335N/A for d in $(DRIVERXMLS); do \
335N/A- cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
335N/A+ cp -f $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
335N/A done )
335N/A- cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
335N/A- ( cd db/source && tar cf - --exclude=.svn PPD ) | \
335N/A- ( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -)
335N/A+ cp -f db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
335N/A+ ( cd db/source && /usr/bin/gtar cf - --exclude=.svn PPD ) | \
335N/A+ ( cd $(DESTDIR)$(LIBDIR)/db/source && /usr/bin/gtar xf -)
335N/A if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \
335N/A- GZIP='' find $(DESTDIR)$(LIBDIR)/db/source/PPD -name "*.ppd" -exec $(GZIP) "{}" \; ; \
335N/A+ GZIP='' find $(DESTDIR)$(LIBDIR)/db/source/PPD -name "*.ppd" -exec $(GZIP) -f "{}" \; ; \
335N/A fi
335N/A if test $(CUPS_PPDS) != CUPS_PPDS_NOT_FOUND -a $(PPDS_TO_CUPS) != no ; then \
335N/A- install -d $(DESTDIR)$(CUPS_PPDS); \
335N/A- ln -sf $(LIBDIR)/db/source/PPD $(DESTDIR)$(CUPS_PPDS)/foomatic-db-ppds; \
335N/A+ mkdir -p $(DESTDIR)$(CUPS_PPDS); \
335N/A+ rm -f $(DESTDIR)$(CUPS_PPDS)/foomatic-db-ppds; \
335N/A+ ln -sf ../../../..$(LIBDIR)/db/source/PPD $(DESTDIR)$(CUPS_PPDS)/foomatic-db-ppds; \
335N/A fi
335N/A
335N/A build: