FreeBSD Bugzilla – Attachment 77039 Details for
Bug 110974
[Patch] foomatic-db fails to install due to maxargs limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
foomatic-db.diff
foomatic-db.diff (text/plain), 842 bytes, created by
Michael Nottebrock
on 2007-03-28 17:50:02 UTC
(
hide
)
Description:
foomatic-db.diff
Filename:
MIME Type:
Creator:
Michael Nottebrock
Created:
2007-03-28 17:50:02 UTC
Size:
842 bytes
patch
obsolete
>Index: files/patch-Makefile.in >=================================================================== >RCS file: files/patch-Makefile.in >diff -N files/patch-Makefile.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-Makefile.in 28 Mar 2007 13:00:15 -0000 >@@ -0,0 +1,13 @@ >+--- Makefile.in.orig Wed Mar 28 14:47:22 2007 >++++ Makefile.in Wed Mar 28 14:48:40 2007 >+@@ -66,7 +66,9 @@ >+ 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 >++ ( for file in `find db/source/printer/ -name \*.xml`; do \ >++ cp $$file $(DESTDIR)$(LIBDIR)/db/source/printer; \ >++ done ) >+ ( cd db/source/driver/; \ >+ for d in $(DRIVERXMLS); do \ >+ cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
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 110974
: 77039