diff options
author | 2002-11-30 02:29:25 +0000 | |
---|---|---|
committer | 2002-11-30 02:29:25 +0000 | |
commit | 0bc6522e89d77ca076a42450e319a6b141a50b54 (patch) | |
tree | d014808b313b4d409125f8db2371722c426a2fc5 /app-admin/ide-smart/ide-smart-1.4.ebuild | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | gentoo-2-0bc6522e89d77ca076a42450e319a6b141a50b54.tar.gz gentoo-2-0bc6522e89d77ca076a42450e319a6b141a50b54.tar.bz2 gentoo-2-0bc6522e89d77ca076a42450e319a6b141a50b54.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-admin/ide-smart/ide-smart-1.4.ebuild')
-rw-r--r-- | app-admin/ide-smart/ide-smart-1.4.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-admin/ide-smart/ide-smart-1.4.ebuild b/app-admin/ide-smart/ide-smart-1.4.ebuild index fb979322856d..9896c237f0cd 100644 --- a/app-admin/ide-smart/ide-smart-1.4.ebuild +++ b/app-admin/ide-smart/ide-smart-1.4.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.11 2002/10/20 18:14:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.12 2002/11/30 02:26:43 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A tool to read SMART (or S.M.A.R.T) information from harddiscs." SRC_URI="http://lightside.eresmas.com/${P}.tar.gz" HOMEPAGE="http://lightside.eresmas.com/" -IUSE="" SLOT="0" LICENSE="GPL-2" @@ -24,12 +22,10 @@ src_unpack() { } src_compile() { - emake || die } -src_install () { - +src_install() { dobin ide-smart doman ide-smart.8 dodoc README COPYING |