From 1176dfd04cefd56029b967cb04f754474c42d7e5 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sat, 19 Nov 1994 23:22:28 +0000 Subject: [PATCH] Delete the strip flag from the install. Otherwise the install falls over in the installation of the shell scripts. --- mail/metamail/files/patch-aa | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa index 2dd1f4ad79d9..9d40ba6a85a0 100644 --- a/mail/metamail/files/patch-aa +++ b/mail/metamail/files/patch-aa @@ -39,16 +39,22 @@ # LDLIBS = -lsun -lc_s # ISC SysVr3.2.2 has a shared C library and requires libinet.a to resolve *************** -*** 75,81 **** - INSTALL = install -c -s +*** 72,81 **** + # install -s -c $(LOCALBINDIR) $$file + # + #INSTALL = cp +! INSTALL = install -c -s # Root of installation tree ! INSTROOT = /usr/local # # This is where binaries should be copied LOCALBINDIR = ${INSTROOT}/bin ---- 75,81 ---- - INSTALL = install -c -s +--- 72,81 ---- + # install -s -c $(LOCALBINDIR) $$file + # + #INSTALL = cp +! INSTALL = install -c # Root of installation tree ! INSTROOT = ${PREFIX}