diff options
author | 2006-11-29 21:12:32 +0000 | |
---|---|---|
committer | 2006-11-29 21:12:32 +0000 | |
commit | dbcf18003d262a93c83d54cd01d0d71637168269 (patch) | |
tree | 098fd1e57c9e318781f7739a07b91e7583071a99 | |
parent | Add ~amd64 keyword. (diff) | |
download | historical-dbcf18003d262a93c83d54cd01d0d71637168269.tar.gz historical-dbcf18003d262a93c83d54cd01d0d71637168269.tar.bz2 historical-dbcf18003d262a93c83d54cd01d0d71637168269.zip |
Updated to remove a typo and fix bug #156387.
-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 |