FreeBSD Bugzilla – Attachment 74350 Details for
Bug 107583
[PATCH] print/foomatic-db: cp: Argument too long - Makefile.in should use xargs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 974 bytes, created by
Ian Tegebo
on 2007-01-05 19:40:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ian Tegebo
Created:
2007-01-05 19:40:13 UTC
Size:
974 bytes
patch
obsolete
>--- Makefile.in Thu Dec 14 04:11:54 2006 >+++ Makefile.in-new Fri Jan 5 10:51:50 2007 >@@ -66,12 +66,14 @@ > 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 >+ find db/source/printer -name '*.xml' | \ >+ xargs -J % cp % $(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 >+ find db/source/opt -name '*.xml' | \ >+ xargs -J % cp % $(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 \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 107583
: 74350