diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-06-13 13:34:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-06-13 13:34:11 +0000 |
commit | d2f9b817c6f3c734d098790be9f3765927188d2a (patch) | |
tree | badd04ec8959a63ddb9a5e586383f4244f2c812f /dev-util/crash | |
parent | Remove older versions (diff) | |
download | gentoo-2-d2f9b817c6f3c734d098790be9f3765927188d2a.tar.gz gentoo-2-d2f9b817c6f3c734d098790be9f3765927188d2a.tar.bz2 gentoo-2-d2f9b817c6f3c734d098790be9f3765927188d2a.zip |
Add back still used patch file that was incorrectly removed.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'dev-util/crash')
-rw-r--r-- | dev-util/crash/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/crash/files/crash-5.1.1-install-fix.patch | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/dev-util/crash/ChangeLog b/dev-util/crash/ChangeLog index fc1d689ead03..6a2b4f64a54a 100644 --- a/dev-util/crash/ChangeLog +++ b/dev-util/crash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/crash # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.6 2013/06/13 13:21:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.7 2013/06/13 13:34:11 cardoe Exp $ + + 13 Jun 2013; Doug Goldstein <cardoe@gentoo.org> + +files/crash-5.1.1-install-fix.patch: + Add back still used patch file that was incorrectly removed. 13 Jun 2013; Doug Goldstein <cardoe@gentoo.org> -crash-5.1.1.ebuild, -crash-5.1.7.ebuild, -crash-6.0.8.ebuild, diff --git a/dev-util/crash/files/crash-5.1.1-install-fix.patch b/dev-util/crash/files/crash-5.1.1-install-fix.patch new file mode 100644 index 000000000000..98b86759361d --- /dev/null +++ b/dev-util/crash/files/crash-5.1.1-install-fix.patch @@ -0,0 +1,12 @@ +diff -Nur crash-5.1.1/Makefile crash-5.1.1-fixes//Makefile +--- crash-5.1.1/Makefile 2010-12-23 12:59:44.000000000 -0600 ++++ crash-5.1.1-fixes//Makefile 2011-01-26 13:17:11.000000000 -0600 +@@ -322,7 +322,7 @@ + cc -c ${CRASH_CFLAGS} build_data.c ${WARNING_OPTIONS} ${WARNING_ERROR} + + install: +- /usr/bin/install ${PROGRAM} ${INSTALLDIR} ++ /usr/bin/install -D ${PROGRAM} ${INSTALLDIR}/${PROGRAM} + # /usr/bin/install ${PROGRAM}d ${INSTALLDIR} + + unconfig: make_configure |