diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-01-26 20:51:13 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-01-26 20:51:13 +0000 |
commit | 6579d637d51323b4f2441163a33927f0e41a3821 (patch) | |
tree | 89c4d17d5e8659e07dbd840dea2bbee4a27d78db /dev-util/crash/files | |
parent | Revision bump to fix bug #345725. Thanks to Ben Sagal for reporting. (diff) | |
download | historical-6579d637d51323b4f2441163a33927f0e41a3821.tar.gz historical-6579d637d51323b4f2441163a33927f0e41a3821.tar.bz2 historical-6579d637d51323b4f2441163a33927f0e41a3821.zip |
Add the Red Hat crash analyzer utility
Package-Manager: portage-2.1.9.35/cvs/Linux x86_64
Diffstat (limited to 'dev-util/crash/files')
-rw-r--r-- | dev-util/crash/files/crash-5.1.1-install-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |