You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../foomatic-db/Argument_list_too_long.patch |
|
# Copyright (C) 2009 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- ./Makefile.in.orig 2009-02-24 18:17:09.000000000 +0200 |
|
+++ ./Makefile.in 2009-02-24 18:25:07.000000000 +0200 |
|
@@ -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 |
|
+ ( cd db/source/printer/; \ |
|
+ cp *.xml $(DESTDIR)$(LIBDIR)/db/source/printer; \ |
|
+ ) |
|
( cd db/source/driver/; \ |
|
for d in $(DRIVERXMLS); do \ |
|
cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
|
|
|