diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-01 05:00:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-01 05:00:02 +0000 |
commit | 7cb5f2ac1345de09de17712a0f56416b15ad5581 (patch) | |
tree | 59fdab71842f65700420c1761254090d13e4c402 /shells/bash2 | |
parent | 493fbbf2917dc721875df6be0d831a717b974d38 (diff) | |
download | pkgsrc-7cb5f2ac1345de09de17712a0f56416b15ad5581.tar.gz |
Close PR 4759 by Matthias Scheler by stripping the bash binary.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 577cf35e36f..53ebfdc9fbf 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 04:51:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1998/01/01 05:00:02 hubertf Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -24,6 +24,7 @@ post-patch: cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h pre-install: + strip ${WRKSRC}/bash if [ ! -s ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi |