From 5af64f77b1491f467ab7cc0321059bc94e4d7c85 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 24 Mar 1995 00:35:05 +0000 Subject: Strip binaries on install --- security/tcp_wrapper/files/patch-aa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index 98ee029342a5..27efd62f55fd 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -146,10 +146,10 @@ + + install: + install -c libwrap.a ${PREFIX}/lib/libwrap.a -+ install -c tcpd ${PREFIX}/libexec/tcpd -+ install -c tcpdchk ${PREFIX}/sbin/tcpdchk -+ install -c tcpdmatch ${PREFIX}/sbin/tcpdmatch -+ install -c safe_finger ${PREFIX}/bin/safe_finger ++ install -cs tcpd ${PREFIX}/libexec/tcpd ++ install -cs tcpdchk ${PREFIX}/sbin/tcpdchk ++ install -cs tcpdmatch ${PREFIX}/sbin/tcpdmatch ++ install -cs safe_finger ${PREFIX}/bin/safe_finger + install -c tcpd.8 ${PREFIX}/man/man8/tcpd.8 + install -c tcpdchk.8 ${PREFIX}/man/man8/tcpdchk.8 + install -c tcpdmatch.8 ${PREFIX}/man/man8/tcpdmatch.8 -- cgit