diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-29 15:13:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-29 15:13:08 +0000 |
commit | 0cb50c9f08b29f03c70e1f3fcf69a38db618ab8b (patch) | |
tree | 33feb0171d3c2edcc23f0f173464c6de8e4cbf8f /eclass/vmware.eclass | |
parent | Cleaning up older ebuilds and removing --enable-c-core as the configure scrip... (diff) | |
download | gentoo-2-0cb50c9f08b29f03c70e1f3fcf69a38db618ab8b.tar.gz gentoo-2-0cb50c9f08b29f03c70e1f3fcf69a38db618ab8b.tar.bz2 gentoo-2-0cb50c9f08b29f03c70e1f3fcf69a38db618ab8b.zip |
Fix libssl removal.
Diffstat (limited to 'eclass/vmware.eclass')
-rw-r--r-- | eclass/vmware.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index 6af2fd48c033..93819b75fb35 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.8 2006/09/27 18:19:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.9 2006/09/29 15:13:08 wolf31o2 Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -190,7 +190,7 @@ vmware_src_install() { cd "${S}" # We remove the shipped libssl for bug #148682 - rm -rf "${S}"/lib/lib/libssl-0.9.* + rm -rf "${S}"/lib/lib/libssl.so.0.9.* # We loop through our directories and copy everything to our system. for x in bin lib sbin |