summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-09 17:31:27 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-09 17:31:27 +0000
commit03118c42330acf8f5c36266541517cc27995c7f6 (patch)
tree46b29bfc9c29a9a1bbf740184149089c48b06d3f /net-misc
parentgcc31 related changes (diff)
downloadhistorical-03118c42330acf8f5c36266541517cc27995c7f6.tar.gz
historical-03118c42330acf8f5c36266541517cc27995c7f6.tar.bz2
historical-03118c42330acf8f5c36266541517cc27995c7f6.zip
minor bug fixed
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/firestarter/Changelog6
-rw-r--r--net-misc/firestarter/firestarter-0.8.2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/firestarter/Changelog b/net-misc/firestarter/Changelog
index 6f51a0032804..64af429f8d93 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.5 2002/06/03 17:13:08 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/firestarter/Changelog,v 1.6 2002/06/09 17:31:27 bass Exp $
*firestarter-0.8.2 (27 May 2002)
+ 09 Jun 2002; J.Alberto S.L. <bass@gentoo.org> firestarter-0.8.2.ebuild:
+
+ fixed minor bug with pixmaps
+
03 Jun 2002; J.Alberto S.L. <bass@gentoo.org> firestarter-0.8.2.ebuild:
Doc creation added
diff --git a/net-misc/firestarter/firestarter-0.8.2.ebuild b/net-misc/firestarter/firestarter-0.8.2.ebuild
index 512f9cac31f7..f62d28824b0c 100644
--- a/net-misc/firestarter/firestarter-0.8.2.ebuild
+++ b/net-misc/firestarter/firestarter-0.8.2.ebuild
@@ -29,8 +29,9 @@ src_compile() {
src_install() {
- einstall PIXMAPSDIR=${D}/usr/share/pixmaps/ || die "einstall failed"
+ einstall destdir=${D} graphicsdir=${D}/usr/share/pixmaps || die "einstall failed"
dodoc AUTHORS Changelog README TODO
+
}
pkg_postinstall() {