diff options
author | 2004-08-10 20:35:30 +0000 | |
---|---|---|
committer | 2004-08-10 20:35:30 +0000 | |
commit | a748e99a53aba43da94c4e691e4edae9271d2cf6 (patch) | |
tree | 22b04cdee7558a95cdf7c6d3ae088d8bad0c6618 /dev-libs/libexploit | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-a748e99a53aba43da94c4e691e4edae9271d2cf6.tar.gz gentoo-2-a748e99a53aba43da94c4e691e4edae9271d2cf6.tar.bz2 gentoo-2-a748e99a53aba43da94c4e691e4edae9271d2cf6.zip |
Install docs properly, thanks to: Aaron Walker <ka0ttic@butsugenjitemple.org> in bug #59936
Diffstat (limited to 'dev-libs/libexploit')
-rw-r--r-- | dev-libs/libexploit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libexploit/libexploit-0.1a.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libexploit/ChangeLog b/dev-libs/libexploit/ChangeLog index 5252f4daee5c..f74e9c3564f7 100644 --- a/dev-libs/libexploit/ChangeLog +++ b/dev-libs/libexploit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libexploit # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/ChangeLog,v 1.3 2004/07/02 04:45:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/ChangeLog,v 1.4 2004/08/10 20:35:30 seemant Exp $ + + 10 Aug 2004; Seemant Kulleen <seemant@gentoo.org> libexploit-0.1a.ebuild: + Install docs properly, thanks to: Aaron Walker <ka0ttic@butsugenjitemple.org> + in bug #59936 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> libexploit-0.1a.ebuild: diff --git a/dev-libs/libexploit/libexploit-0.1a.ebuild b/dev-libs/libexploit/libexploit-0.1a.ebuild index e1ebac5b4675..bf357c01503f 100644 --- a/dev-libs/libexploit/libexploit-0.1a.ebuild +++ b/dev-libs/libexploit/libexploit-0.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/libexploit-0.1a.ebuild,v 1.6 2004/07/14 14:37:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/libexploit-0.1a.ebuild,v 1.7 2004/08/10 20:35:30 seemant Exp $ DESCRIPTION="generic exploit creation (overflows/format strings) library" HOMEPAGE="http://www.packetfactory.net/projects/libexploit/" @@ -30,5 +30,5 @@ src_install() { dodir /usr/share/${PF}-src cp -rf examples/* ${D}/usr/share/${PF}-src/ - dodoc README ChangeLog docs/* + dodoc README ChangeLog doc/* } |