diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 03:01:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 03:01:24 +0000 |
commit | 07a4a265f31660efa41cb88b909ef69f7fa24bf5 (patch) | |
tree | 807e355ef65c892f1c867a8ca7b1009df5b9064f /app-forensics/airt/airt-0.4-r1.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-07a4a265f31660efa41cb88b909ef69f7fa24bf5.tar.gz gentoo-2-07a4a265f31660efa41cb88b909ef69f7fa24bf5.tar.bz2 gentoo-2-07a4a265f31660efa41cb88b909ef69f7fa24bf5.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-forensics/airt/airt-0.4-r1.ebuild')
-rw-r--r-- | app-forensics/airt/airt-0.4-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-forensics/airt/airt-0.4-r1.ebuild b/app-forensics/airt/airt-0.4-r1.ebuild index 1d675dce012b..581bae800a2d 100644 --- a/app-forensics/airt/airt-0.4-r1.ebuild +++ b/app-forensics/airt/airt-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4-r1.ebuild,v 1.1 2005/07/19 10:56:59 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4-r1.ebuild,v 1.2 2007/07/15 03:01:24 mr_bones_ Exp $ inherit linux-mod toolchain-funcs eutils @@ -31,11 +31,9 @@ src_compile() { emake -C mod_dumper dismod || die } - src_install() { linux-mod_src_install dosbin mod_dumper/dismod dosbin mod_dumper/dismod.pl dodoc CHANGELOG.txt README.txt TODO } - |