summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-02 22:08:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-02 22:08:21 +0000
commitc46d0d6c8fb2ca0076b74c7d4d3153c4804c8d60 (patch)
tree24234a828918fe6f5e9bb3b8d7d22548bd48f951 /eclass
parentKeyword ~ppc. (diff)
downloadgentoo-2-c46d0d6c8fb2ca0076b74c7d4d3153c4804c8d60.tar.gz
gentoo-2-c46d0d6c8fb2ca0076b74c7d4d3153c4804c8d60.tar.bz2
gentoo-2-c46d0d6c8fb2ca0076b74c7d4d3153c4804c8d60.zip
Unpacking our new libssl files.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 39dcb6a00ee4..4ef685409787 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.10 2006/10/02 15:52:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.11 2006/10/02 22:08:21 wolf31o2 Exp $
# This eclass is for all vmware-* ebuilds in the tree and should contain all
# of the common components across the multiple packages.
@@ -136,7 +136,7 @@ vmware_src_unpack() {
./update vmxdebug ../lib/bin-debug/vmware-vmx || die
fi
fi
-
+
# Run through any patches that might need to be applied
cd "${S}"
if [[ -d "${FILESDIR}/${PV}" ]]
@@ -151,6 +151,8 @@ vmware_src_unpack() {
epatch "${FILESDIR}"/${patch}
done
fi
+ # Unpack our new libs.
+ unpack vmware-libssl.so.0.9.7l.tar.bz2
fi
}