Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/gimp-help/files: gimp-help-0.13-image-files.patch
Date: Sat, 29 Sep 2007 11:41:27
Message-Id: E1IbaYq-0001fV-On@stork.gentoo.org
1 ulm 07/09/29 11:32:40
2
3 Added: gimp-help-0.13-image-files.patch
4 Log:
5 Fix "argument list too long" error in image files installation, bug #193844.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 app-doc/gimp-help/files/gimp-help-0.13-image-files.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/files/gimp-help-0.13-image-files.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/files/gimp-help-0.13-image-files.patch?rev=1.1&content-type=text/plain
13
14 Index: gimp-help-0.13-image-files.patch
15 ===================================================================
16 --- gimp-help-2-0.13-orig/Makefile.in 2007-07-25 11:23:30.000000000 +0200
17 +++ gimp-help-2-0.13/Makefile.in 2007-09-29 09:49:06.000000000 +0200
18 @@ -627,7 +627,8 @@
19 @for dir in $(IMAGE_DIRS); do \
20 $(mkdir_p) "$(DESTDIR)$(helpdir)/$$dir" || exit; \
21 done
22 - @for file in $(IMAGE_FILES); do \
23 + @cd $(top_srcdir) && \
24 + find images $(image_find_predicates) | while read file; do \
25 case "$$file" in \
26 *.gif) echo -n G ;; \
27 *.jpg) echo -n J ;; \
28
29
30
31 --
32 gentoo-commits@g.o mailing list