diff options
author | Yixun Lan <dlan@gentoo.org> | 2020-02-16 14:26:07 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2020-02-16 14:27:20 +0000 |
commit | 2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d (patch) | |
tree | dc814c2b9af9b91cdf42f225dd195305e3313d36 /dev-util/crash/files/crash-5.1.1-install-fix.patch | |
parent | dev-util/crash: version bump, 7.2.8 (diff) | |
download | gentoo-2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d.tar.gz gentoo-2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d.tar.bz2 gentoo-2677b873e57aceaf816d5ba7ec8d7cbbe3d2411d.zip |
dev-util/crash: drop old
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/crash/files/crash-5.1.1-install-fix.patch')
-rw-r--r-- | dev-util/crash/files/crash-5.1.1-install-fix.patch | 12 |
1 files changed, 0 insertions, 12 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 deleted file mode 100644 index 98b86759361d..000000000000 --- a/dev-util/crash/files/crash-5.1.1-install-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |