Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > 0ecb59374ecf26236f1f535f9be91a61 > files > 2

foomatic-db-4.0-3.20210807.2.mga9.src.rpm

--- Makefile.in	2010-02-18 09:21:22.000000000 +0100
+++ Makefile.in.oden	2010-03-05 11:33:54.089350746 +0100
@@ -66,7 +66,10 @@
 	install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
 	install -d $(DESTDIR)$(LIBDIR)/xmlschema
 	cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
-	cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
+	( cd db/source/printer/; \
+	  for xml in `find -name "*.xml`; do \
+	    cp $$xml $(DESTDIR)$(LIBDIR)/db/source/printer; \
+	  done )
 	( cd db/source/driver/; \
 	  for d in $(DRIVERXMLS); do \
 	    cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \