diff options
author | 2002-10-19 04:06:04 +0000 | |
---|---|---|
committer | 2002-10-19 04:06:04 +0000 | |
commit | 19cb0f71bda03839bbc446854a3d0781e42aa83c (patch) | |
tree | 335792d0d70f21ee49b3f24962bbd47823a6c047 /sys-apps/sh-utils/sh-utils-2.0.15.ebuild | |
parent | symlink fixes (diff) | |
download | gentoo-2-19cb0f71bda03839bbc446854a3d0781e42aa83c.tar.gz gentoo-2-19cb0f71bda03839bbc446854a3d0781e42aa83c.tar.bz2 gentoo-2-19cb0f71bda03839bbc446854a3d0781e42aa83c.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/sh-utils/sh-utils-2.0.15.ebuild')
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0.15.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0.15.ebuild b/sys-apps/sh-utils/sh-utils-2.0.15.ebuild index 66ac449a4cd3..43a3f96d3f99 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.15.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15.ebuild,v 1.5 2002/10/16 19:10:17 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15.ebuild,v 1.6 2002/10/19 04:06:04 vapier Exp $ IUSE="nls static build" @@ -10,6 +10,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/shellutils/shellutils.html" DEPEND="nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" @@ -49,7 +50,6 @@ src_compile() { } src_install() { - einstall || die rm -rf ${D}/usr/lib @@ -83,4 +83,3 @@ pkg_postinst() { rm -f ${ROOT}/usr/bin/hostname fi } - |