diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-02 18:22:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-02 18:22:15 +0000 |
commit | cf9b6d868a7e3c6886667648657e21df84dc5214 (patch) | |
tree | 9e6f0a5aaf428e3d1968b14ef8637120ae35964f /app-shells/bash/bash-3.1_p17.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-cf9b6d868a7e3c6886667648657e21df84dc5214.tar.gz historical-cf9b6d868a7e3c6886667648657e21df84dc5214.tar.bz2 historical-cf9b6d868a7e3c6886667648657e21df84dc5214.zip |
simplify the userland stuff and add back in ls/grep aliases in bashrc
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'app-shells/bash/bash-3.1_p17.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.1_p17.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-shells/bash/bash-3.1_p17.ebuild b/app-shells/bash/bash-3.1_p17.ebuild index 09738e52624a..e874c380b239 100644 --- a/app-shells/bash/bash-3.1_p17.ebuild +++ b/app-shells/bash/bash-3.1_p17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.4 2006/08/02 16:17:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.5 2006/08/02 18:22:15 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -126,12 +126,8 @@ src_install() { newins "${FILESDIR}"/dot-${f} .${f} done - if use userland_GNU ; then - sed -i -e 's:^#GNU#@::' "${D}"/etc/skel/.bashrc - elif use userland_BSD ; then - sed -i -e 's:^#BSD#@::' "${D}"/etc/skel/.bashrc - fi - sed -i -e '/#@/d' "${D}"/etc/skel/.bashrc + sed -i -e "s:#${USERLAND}#@::" "${D}"/etc/skel/.bashrc "${D}"/etc/bash/bashrc + sed -i -e '/#@/d' "${D}"/etc/skel/.bashrc "${D}"/etc/bash/bashrc doman doc/*.1 dodoc README NEWS AUTHORS CHANGES COMPAT Y2K doc/FAQ doc/INTRO |