diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-12-05 23:27:56 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-12-05 23:27:56 +0000 |
commit | af93a818efdac526deefcd3bedc754266a59e195 (patch) | |
tree | a2c1e83804a7caa48d5900f5822983e2483bce8d /sys-apps/bash | |
parent | Changed install mode for sshd script to 755 (diff) | |
download | gentoo-2-af93a818efdac526deefcd3bedc754266a59e195.tar.gz gentoo-2-af93a818efdac526deefcd3bedc754266a59e195.tar.bz2 gentoo-2-af93a818efdac526deefcd3bedc754266a59e195.zip |
new bash rev and a mesa-glu relocation
Diffstat (limited to 'sys-apps/bash')
-rw-r--r-- | sys-apps/bash/bash-2.04-r1.ebuild (renamed from sys-apps/bash/bash-2.04.ebuild) | 12 | ||||
-rw-r--r-- | sys-apps/bash/files/digest-bash-2.04-r1 | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/bash/bash-2.04.ebuild b/sys-apps/bash/bash-2.04-r1.ebuild index fd453b34b602..41cb21ac7e23 100644 --- a/sys-apps/bash/bash-2.04.ebuild +++ b/sys-apps/bash/bash-2.04-r1.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.6 2000/11/30 23:14:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04-r1.ebuild,v 1.1 2000/12/05 23:27:56 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -35,7 +35,6 @@ src_compile() { src_install() { - cd ${S} if [ "`use tex`" ] then @@ -44,13 +43,12 @@ src_install() { docinto ps dodoc doc/*.ps fi - into / - dobin bash bashbug + make prefix=${D}/usr install + dodir /bin + mv ${D}/usr/bin/bash /bin dosym bash /bin/sh - docinto / + doman doc/builtins.1 bash_builtins.1 dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K - docinto txt dodoc doc/FAQ doc/INTRO - } diff --git a/sys-apps/bash/files/digest-bash-2.04-r1 b/sys-apps/bash/files/digest-bash-2.04-r1 new file mode 100644 index 000000000000..2357c32167ec --- /dev/null +++ b/sys-apps/bash/files/digest-bash-2.04-r1 @@ -0,0 +1 @@ +MD5 49b548a8b72a4c925ff26930e4c31c6c bash-2.04.tar.gz |