diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 03:07:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 03:07:16 +0000 |
commit | a74b7778988912ae265aa799c0fa17ac50ec1201 (patch) | |
tree | 9d19331eb75de03717cf9a1441f1088e20fc82f9 /app-shells | |
parent | arm stable (diff) | |
download | gentoo-2-a74b7778988912ae265aa799c0fa17ac50ec1201.tar.gz gentoo-2-a74b7778988912ae265aa799c0fa17ac50ec1201.tar.bz2 gentoo-2-a74b7778988912ae265aa799c0fa17ac50ec1201.zip |
sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild index 937ea5b4a6b0..dd0d559d7644 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.3 2005/07/09 16:53:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.4 2006/01/05 03:07:16 vapier Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="" DEPEND=">=app-shells/bash-2.05" @@ -35,8 +35,8 @@ src_install() { # remove files that bashcomp-config provides for non-Gentoo platforms pkg_preinst() { - [[ -e ${ROOT}/etc/profile.d/bash-completion ]] && rm -fr ${D}/etc - rm -fr ${D}/usr/share/${PN} + [[ -e ${ROOT}/etc/profile.d/bash-completion ]] && rm -fr "${D}"/etc + rm -fr "${D}"/usr/share/${PN} } pkg_postinst() { |