Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/crash/files: crash-5.1.1-install-fix.patch
Date: Wed, 26 Jan 2011 20:51:23
Message-Id: 20110126205113.8B20C20057@flycatcher.gentoo.org
1 cardoe 11/01/26 20:51:13
2
3 Added: crash-5.1.1-install-fix.patch
4 Log:
5 Add the Red Hat crash analyzer utility
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-util/crash/files/crash-5.1.1-install-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/files/crash-5.1.1-install-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/crash/files/crash-5.1.1-install-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: crash-5.1.1-install-fix.patch
16 ===================================================================
17 diff -Nur crash-5.1.1/Makefile crash-5.1.1-fixes//Makefile
18 --- crash-5.1.1/Makefile 2010-12-23 12:59:44.000000000 -0600
19 +++ crash-5.1.1-fixes//Makefile 2011-01-26 13:17:11.000000000 -0600
20 @@ -322,7 +322,7 @@
21 cc -c ${CRASH_CFLAGS} build_data.c ${WARNING_OPTIONS} ${WARNING_ERROR}
22
23 install:
24 - /usr/bin/install ${PROGRAM} ${INSTALLDIR}
25 + /usr/bin/install -D ${PROGRAM} ${INSTALLDIR}/${PROGRAM}
26 # /usr/bin/install ${PROGRAM}d ${INSTALLDIR}
27
28 unconfig: make_configure