diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-06-03 17:13:08 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-06-03 17:13:08 +0000 |
commit | 8a59df106167c3b84d8101a5c823e8542a9e571c (patch) | |
tree | 8f1d183be7348143988f13a50747abce2ad9344e /net-misc | |
parent | Fixed mask of texinfo (diff) | |
download | gentoo-2-8a59df106167c3b84d8101a5c823e8542a9e571c.tar.gz gentoo-2-8a59df106167c3b84d8101a5c823e8542a9e571c.tar.bz2 gentoo-2-8a59df106167c3b84d8101a5c823e8542a9e571c.zip |
esperanza
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/firestarter/Changelog | 6 | ||||
-rw-r--r-- | net-misc/firestarter/firestarter-0.8.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/firestarter/Changelog b/net-misc/firestarter/Changelog index 55d94139eb98..6f51a0032804 100644 --- a/net-misc/firestarter/Changelog +++ b/net-misc/firestarter/Changelog @@ -1,10 +1,14 @@ # ChangeLog for misc-net/firestarter # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Author: José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/firestarter/Changelog,v 1.4 2002/06/01 13:03:57 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/firestarter/Changelog,v 1.5 2002/06/03 17:13:08 bass Exp $ *firestarter-0.8.2 (27 May 2002) + 03 Jun 2002; J.Alberto S.L. <bass@gentoo.org> firestarter-0.8.2.ebuild: + + Doc creation added + 01 Jun 2002; J.Alberto S.L. <bass@gentoo.org> firestarter-0.8.2.ebuild: USE nls variable support diff --git a/net-misc/firestarter/firestarter-0.8.2.ebuild b/net-misc/firestarter/firestarter-0.8.2.ebuild index 86e68b13b488..512f9cac31f7 100644 --- a/net-misc/firestarter/firestarter-0.8.2.ebuild +++ b/net-misc/firestarter/firestarter-0.8.2.ebuild @@ -29,7 +29,8 @@ src_compile() { src_install() { - einstall PIXMAPSDIR=${D}//usr/share/pixmaps/ || die "einstall failed" + einstall PIXMAPSDIR=${D}/usr/share/pixmaps/ || die "einstall failed" + dodoc AUTHORS Changelog README TODO } pkg_postinstall() { |