diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
commit | de6070b06f5b744e81672f51bfaa11ee5ca016ea (patch) | |
tree | 5e74519e476da943129be273ea589d6a8e1641b5 /app-misc/lirc/lirc-0.6.5.ebuild | |
parent | lintool cleanup for #9225 (diff) | |
download | gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.gz gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.bz2 gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/lirc/lirc-0.6.5.ebuild')
-rw-r--r-- | app-misc/lirc/lirc-0.6.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/lirc/lirc-0.6.5.ebuild b/app-misc/lirc/lirc-0.6.5.ebuild index e036c6e047d2..b7f3cf269491 100644 --- a/app-misc/lirc/lirc-0.6.5.ebuild +++ b/app-misc/lirc/lirc-0.6.5.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/app-misc/lirc/lirc-0.6.5.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.6.5.ebuild,v 1.3 2002/10/17 00:14:56 vapier Exp $ DESCRIPTION="LIRC is a package that allows you to decode and send infra-red \ @@ -45,6 +45,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/linux-sources" +RDEPEND="${DEPEND}" SRC_URI="mirror://sourceforge/lirc/${P}.tar.bz2" @@ -85,7 +86,7 @@ src_compile() { esac } -src_install () { +src_install() { make DESTDIR=${D} install || die case ${LIRC_OPTS} |