diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-16 12:59:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-16 12:59:48 +0000 |
commit | f60ea85a45a26ff28fb4a4c77506bacff257af63 (patch) | |
tree | 5dfb4e26805021b73deb98fe75d5e4da7857f27c /app-misc | |
parent | Fixed a install bug where it was install help files to /var/tmp/portage (diff) | |
download | gentoo-2-f60ea85a45a26ff28fb4a4c77506bacff257af63.tar.gz gentoo-2-f60ea85a45a26ff28fb4a4c77506bacff257af63.tar.bz2 gentoo-2-f60ea85a45a26ff28fb4a4c77506bacff257af63.zip |
config files installed to correct location now
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gentoo/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/gentoo/gentoo-0.11.34.ebuild | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-misc/gentoo/ChangeLog b/app-misc/gentoo/ChangeLog index 9202b4db3762..1a4d23f4e995 100644 --- a/app-misc/gentoo/ChangeLog +++ b/app-misc/gentoo/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for app-misc/gentoo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.15 2002/12/23 09:47:51 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.16 2003/01/16 12:59:48 seemant Exp $ *gentoo-0.11.34 (21 Dec 2002) + 16 Jan 2003; Seemant Kulleen <seemant@gentoo.org> gentoo-0.11.34.ebuild : + + The config files are supposed to be installed in /etc/gentoo, but were + being thrown into /etc instead. Thanks to: alain@rexorient.com (Alain + Penders) for finding and fixing in bug #13724. + 23 Dec 2002; Brandon Low <lostlogic@gentoo.org> gentoo-0.11.34.ebuild : Marked stable, and ebuild fixes, it werks now :) diff --git a/app-misc/gentoo/gentoo-0.11.34.ebuild b/app-misc/gentoo/gentoo-0.11.34.ebuild index 171cfbf1ed7e..1944e546a5f8 100644 --- a/app-misc/gentoo/gentoo-0.11.34.ebuild +++ b/app-misc/gentoo/gentoo-0.11.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.11.34.ebuild,v 1.3 2002/12/23 09:47:51 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.11.34.ebuild,v 1.4 2003/01/16 12:59:48 seemant Exp $ IUSE="nls gnome" @@ -28,7 +28,8 @@ src_compile() { } src_install() { - einstall || die + einstall \ + sysconfdir=${D}/etc/gentoo || die if use gnome ; then insinto /usr/share/pixmaps |