Files
ex/SRC/patches/02_remove-install-path.patch
2016-09-28 12:33:32 -05:00

13 lines
311 B
Diff

diff -Naur a/Makefile b/Makefile
--- a/Makefile 2005-03-24 17:50:09.000000000 -0600
+++ b/Makefile 2016-09-28 11:37:16.520000000 -0500
@@ -94,7 +94,7 @@
#
# A BSD-like install program. GNU install will fit well here, too.
#
-INSTALL = /usr/ucb/install
+INSTALL = install
#
# Compiler and linker flags.