diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:42:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:42:21 +0000 |
commit | a2d172870650a6294e58e8f87806a3a4cd09796f (patch) | |
tree | 6d8a472b06132a831e6c21ea8647b36034106833 /app-admin/ide-smart | |
parent | 2.11y release... Mostly cleanups. (diff) | |
download | historical-a2d172870650a6294e58e8f87806a3a4cd09796f.tar.gz historical-a2d172870650a6294e58e8f87806a3a4cd09796f.tar.bz2 historical-a2d172870650a6294e58e8f87806a3a4cd09796f.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-admin/ide-smart')
-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 |