diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-30 10:48:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-30 10:48:50 +0000 |
commit | 62db439409e89d538bdc556e55507b3e9cf0dce8 (patch) | |
tree | d5771ec2d58ecdbeebe02c5cd16d664c9d7d3ea9 /sys-apps/coreutils | |
parent | Revision bump to use Software Suspend 2.2-rc4 + fix for PowerdownMethod 5. (diff) | |
download | gentoo-2-62db439409e89d538bdc556e55507b3e9cf0dce8.tar.gz gentoo-2-62db439409e89d538bdc556e55507b3e9cf0dce8.tar.bz2 gentoo-2-62db439409e89d538bdc556e55507b3e9cf0dce8.zip |
Remove charset.alias if it's present, only libiconv should install it.
(Portage version: 2.0.51.22)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.3.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 92439fc023f7..899353227c32 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.139 2005/08/30 04:32:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.140 2005/08/30 10:48:50 flameeyes Exp $ + + 30 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> coreutils-5.3.0.ebuild: + Remove charset.alias if it's present, only libiconv should install it. *coreutils-5.3.0 (30 Aug 2005) diff --git a/sys-apps/coreutils/coreutils-5.3.0.ebuild b/sys-apps/coreutils/coreutils-5.3.0.ebuild index 2d80ac93f0df..4f0c3e22c58f 100644 --- a/sys-apps/coreutils/coreutils-5.3.0.ebuild +++ b/sys-apps/coreutils/coreutils-5.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.3.0.ebuild,v 1.1 2005/08/30 04:32:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.3.0.ebuild,v 1.2 2005/08/30 10:48:50 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -106,6 +106,7 @@ src_test() { src_install() { make install DESTDIR="${D}" || die + rm -f "${D}"/usr/lib/charset.alias # remove files provided by other packages rm "${D}"/bin/{kill,uptime} # procps |