diff options
author | Peter Volkov <pva@gentoo.org> | 2008-02-25 16:10:32 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-02-25 16:10:32 +0000 |
commit | 73a449a19f47f40b0f311b03938919bdb67991aa (patch) | |
tree | cf599fa1bc833854b75c38c920b83aa7cf7e14b0 /net-analyzer/metasploit | |
parent | Version bump, thank Aron Griffis <agriffis AT n01se.net> for report, bug #210... (diff) | |
download | gentoo-2-73a449a19f47f40b0f311b03938919bdb67991aa.tar.gz gentoo-2-73a449a19f47f40b0f311b03938919bdb67991aa.tar.bz2 gentoo-2-73a449a19f47f40b0f311b03938919bdb67991aa.zip |
Fixed typo, thank Anton Bolshakov for report in bug #142778.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/metasploit')
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index fe4dcfdcf869..f7711ec24494 100644 --- a/net-analyzer/metasploit/ChangeLog +++ b/net-analyzer/metasploit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/metasploit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.25 2008/01/30 15:39:59 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.26 2008/02/25 16:10:32 pva Exp $ + + 25 Feb 2008; <pva@gentoo.org> metasploit-3.1.ebuild: + Fixed typo, thank Anton Bolshakov for report in bug #142778. *metasploit-3.1 (30 Jan 2008) diff --git a/net-analyzer/metasploit/metasploit-3.1.ebuild b/net-analyzer/metasploit/metasploit-3.1.ebuild index afdcf2e239aa..4c10925e89dc 100644 --- a/net-analyzer/metasploit/metasploit-3.1.ebuild +++ b/net-analyzer/metasploit/metasploit-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.1.ebuild,v 1.1 2008/01/30 15:39:59 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.1.ebuild,v 1.2 2008/02/25 16:10:32 pva Exp $ MY_P=${PN/metasploit/framework}-${PV} S=${WORKDIR}/${MY_P} @@ -46,7 +46,7 @@ src_install() { # should be as simple as copying everything into the target... dodir /usr/lib/metasploit${SLOT} cp -R "${S}"/* "${D}"/usr/lib/metasploit${SLOT} || die "Copy files failed" - rm -Rf "${D}"/usr/lib/metasploit${SLOT}/documentation "${D}"/README + rm -Rf "${D}"/usr/lib/metasploit${SLOT}/documentation "${D}"/usr/lib/metasploit${SLOT}/README rm "${S}"/documentation/LICENSE dodir /usr/share/doc/${PF} |