Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt/files: blt-2.4z-r4-fix-makefile3.patch
Date: Tue, 28 Jul 2015 12:36:05
Message-Id: 20150728123559.D4C92112@oystercatcher.gentoo.org
1 jlec 15/07/28 12:35:59
2
3 Added: blt-2.4z-r4-fix-makefile3.patch
4 Log:
5 Fix creation of pkgIndex.tcl, bug #485880; thanks Greg Turner for investigation and bringing up the patch
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.1 dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile3.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile3.patch?rev=1.1&content-type=text/plain
14
15 Index: blt-2.4z-r4-fix-makefile3.patch
16 ===================================================================
17 Source: mescalinum
18 Upstream: N/A
19 Reason: fix broken $DESTDIR support in library/Makefile
20 --- library/Makefile.in.orig 2008-10-26 14:30:28.000000000 +0100
21 +++ library/Makefile.in 2008-10-26 14:31:40.000000000 +0100
22 @@ -58,7 +58,7 @@ install: mkdirs pkgIndex
23 for i in $(miscFiles) ; do \
24 $(INSTALL_DATA) $(srcdir)/$$i $(INSTALL_ROOT)$(scriptdir) ; \
25 done
26 - $(INSTALL_DATA) pkgIndex.tcl $(scriptdir)
27 + $(INSTALL_DATA) pkgIndex.tcl $(INSTALL_ROOT)$(scriptdir)
28
29 mkdirs:
30 @for i in $(instdirs) ; do \