diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-29 21:12:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-29 21:12:32 +0000 |
commit | eb64aa086bd15d807d1daaa7645f9e02da4e07bf (patch) | |
tree | c1e1d1cbfc0b3cf511f3b0c41d9021ab683aacff /eclass | |
parent | Add ~amd64 keyword. (diff) | |
download | gentoo-2-eb64aa086bd15d807d1daaa7645f9e02da4e07bf.tar.gz gentoo-2-eb64aa086bd15d807d1daaa7645f9e02da4e07bf.tar.bz2 gentoo-2-eb64aa086bd15d807d1daaa7645f9e02da4e07bf.zip |
Updated to remove a typo and fix bug #156387.
Diffstat (limited to '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 a1668e5f58b2..5cf7f97bdf8c 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.16 2006/11/22 17:16:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.17 2006/11/29 21:12:32 wolf31o2 Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -162,7 +162,7 @@ vmware_src_unpack() { vmware-libssl.so.0.9.7l.tar.bz2) unpack vmware-libssl.so.0.9.7l.tar.bz2 ;; - /vmware-libcrypto.so.0.9.7l.tar.bz2) + vmware-libcrypto.so.0.9.7l.tar.bz2) unpack vmware-libcrypto.so.0.9.7l.tar.bz2 ;; esac |