diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-10-31 00:03:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-10-31 00:03:16 +0000 |
commit | d6c1e2109677a0c3ec9e8c485884a0d913606a9d (patch) | |
tree | 5d0bc655a5157e314139e32cf70b78dc4ed89809 /sys-devel/autoconf/ChangeLog | |
parent | Correct digest for patch file (diff) | |
download | historical-d6c1e2109677a0c3ec9e8c485884a0d913606a9d.tar.gz historical-d6c1e2109677a0c3ec9e8c485884a0d913606a9d.tar.bz2 historical-d6c1e2109677a0c3ec9e8c485884a0d913606a9d.zip |
fixup on pkg_preinst() to use ROOT
Diffstat (limited to 'sys-devel/autoconf/ChangeLog')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 04910603f20f..069124637765 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.28 2003/10/07 22:02:28 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.29 2003/10/31 00:03:07 drobbins Exp $ + + 30 Oct 2003; Daniel Robbins <drobbins@gentoo.org>: all ebuilds: modified + pkg_preinst() to use $ROOT and prevent non-ROOT="/" autoconf merges from + frying the "/" tree (was causing catalyst to die.) Should be a very low- + risk change since the overwhelming majority of Gentoo users always have + ROOT set to "/" anyway. *autoconf-2.57a-r1 (08 Oct 2003) |