diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-09-21 23:08:39 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-09-21 23:08:39 +0000 |
commit | c0cb7972f4dadec151eaccf4d4719a3c6b7915cd (patch) | |
tree | 596a798befa72a0817538dbc0dc2c3ca77f3d054 /sys-apps/bash | |
parent | fix (diff) | |
download | gentoo-2-c0cb7972f4dadec151eaccf4d4719a3c6b7915cd.tar.gz gentoo-2-c0cb7972f4dadec151eaccf4d4719a3c6b7915cd.tar.bz2 gentoo-2-c0cb7972f4dadec151eaccf4d4719a3c6b7915cd.zip |
meep
Diffstat (limited to 'sys-apps/bash')
-rw-r--r-- | sys-apps/bash/bash-2.04.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/bash/bash-2.04.ebuild b/sys-apps/bash/bash-2.04.ebuild index 7f7fe1284648..36ea4a1dc091 100644 --- a/sys-apps/bash/bash-2.04.ebuild +++ b/sys-apps/bash/bash-2.04.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04.ebuild,v 1.3 2000/09/21 23:08:39 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,11 +12,13 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" src_compile() { cd ${S} - try ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} + try ./configure --prefix=/ --enable-static-link --disable-profiling --with-curses --host=${CHOST} try make } + + src_install() { cd ${S} |