Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxslt/files: libxslt-1.1.23-parallel-install.patch
Date: Sun, 20 Apr 2008 11:20:27
Message-Id: E1JnXaq-000312-QI@stork.gentoo.org
1 eva 08/04/20 11:20:24
2
3 Added: libxslt-1.1.23-parallel-install.patch
4 Log:
5 bump to 1.1.23. Bug and build fixes. Fix bug #212784.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 dev-libs/libxslt/files/libxslt-1.1.23-parallel-install.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/files/libxslt-1.1.23-parallel-install.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/files/libxslt-1.1.23-parallel-install.patch?rev=1.1&content-type=text/plain
13
14 Index: libxslt-1.1.23-parallel-install.patch
15 ===================================================================
16 --- libxslt-1.1.22/work/libxslt-1.1.22/python/Makefile.am
17 +++ libxslt-1.1.23/work/libxslt-1.1.23/python/Makefile.am
18 @@ -42,9 +42,9 @@
19 cat $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py > libxslt.py
20
21 install-data-local:
22 - $(mkinstalldirs) $(DESTDIR)$(pythondir)
23 + -$(mkinstalldirs) $(DESTDIR)$(pythondir)
24 @INSTALL@ -m 0644 libxslt.py $(DESTDIR)$(pythondir)
25 - $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
26 + -$(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
27 @(for doc in $(DOCS) ; \
28 do @INSTALL@ -m 0644 $(srcdir)/$$doc $(DESTDIR)$(DOCS_DIR) ; done)
29
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list