diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-08-11 23:12:02 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-08-11 23:12:02 +0000 |
commit | c2f35c49ac94b9a0db129849de9327f466d22d21 (patch) | |
tree | 6ee752f9022d0d9d45445c6dae102be7d763cf7e /dev-tcltk | |
parent | fix collision with tcl-8.5 (diff) | |
download | gentoo-2-c2f35c49ac94b9a0db129849de9327f466d22d21.tar.gz gentoo-2-c2f35c49ac94b9a0db129849de9327f466d22d21.tar.bz2 gentoo-2-c2f35c49ac94b9a0db129849de9327f466d22d21.zip |
oops
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/ck/ck-8.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/ck/ck-8.0-r2.ebuild b/dev-tcltk/ck/ck-8.0-r2.ebuild index ecc699166073..266af4d2dc7b 100644 --- a/dev-tcltk/ck/ck-8.0-r2.ebuild +++ b/dev-tcltk/ck/ck-8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/ck/ck-8.0-r2.ebuild,v 1.1 2009/08/11 23:10:28 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/ck/ck-8.0-r2.ebuild,v 1.2 2009/08/11 23:12:02 mescalinum Exp $ EAPI=2 @@ -38,5 +38,5 @@ src_install() { dodoc README einstall || die "Failed to install." # fix file collision with tcl-8.5* - rm -f "${D}"/usr/share/man/mann/{exit,after,update,fileevent}.n* + rm -rf "${D}"/usr/share/man/mann } |