You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/crash/files/crash-5.1.1-install-fix.patch

13 lines
469 B

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