fd8500daf0
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1446 6952d904-891a-0410-993b-d76249ca496b
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
diff -urN foomatic-db-20070508.orig/Makefile.in foomatic-db-20070508/Makefile.in
|
|
--- foomatic-db-20070508.orig/Makefile.in 2007-05-08 09:22:03.000000000 +0200
|
|
+++ foomatic-db-20070508/Makefile.in 2007-05-08 13:08:48.000000000 +0200
|
|
@@ -65,13 +65,13 @@
|
|
install -d $(DESTDIR)$(LIBDIR)/db/source/driver
|
|
install -d $(DESTDIR)$(LIBDIR)/db/source/opt
|
|
install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
|
|
- cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
|
|
- cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
|
|
- ( cd db/source/driver/; \
|
|
- for d in $(DRIVERXMLS); do \
|
|
- cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
|
|
- done )
|
|
- cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
|
|
+# cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
|
|
+# cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
|
|
+# ( cd db/source/driver/; \
|
|
+# for d in $(DRIVERXMLS); do \
|
|
+# cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
|
|
+# done )
|
|
+# cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
|
|
( cd db/source && tar cf - --exclude=.svn PPD ) | \
|
|
( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -)
|
|
if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \
|