View | Details | Raw Unified | Return to bug 107583
Collapse All | Expand All

(-)Makefile.in-new Fri Jan 5 10:51:50 2007 (-2 / +4 lines)
Lines 66-77 Link Here
66
       install -d $(DESTDIR)$(LIBDIR)/db/source/opt
66
       install -d $(DESTDIR)$(LIBDIR)/db/source/opt
67
       install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
67
       install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
68
       cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
68
       cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
69
       cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
69
       find db/source/printer -name '*.xml' | \
70
               xargs -J % cp % $(DESTDIR)$(LIBDIR)/db/source/printer
70
       ( cd db/source/driver/; \
71
       ( cd db/source/driver/; \
71
         for d in $(DRIVERXMLS); do \
72
         for d in $(DRIVERXMLS); do \
72
           cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
73
           cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
73
         done )
74
         done )
74
       cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
75
       find db/source/opt -name '*.xml' | \
76
               xargs -J % cp % $(DESTDIR)$(LIBDIR)/db/source/opt
75
       ( cd db/source && tar cf - --exclude=.svn PPD ) | \
77
       ( cd db/source && tar cf - --exclude=.svn PPD ) | \
76
         ( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -)
78
         ( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -)
77
       if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \
79
       if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \

Return to bug 107583