summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2006-10-02 23:09:02 +0000
committerMike Auty <ikelos@gentoo.org>2006-10-02 23:09:02 +0000
commit87086afdf10ba1403ec82e197cb3f7d0e5def517 (patch)
tree30bc879ea1298792bf4cf3ee00da0cc25ffe85b6 /eclass
parentUpdated eclass with the in-tree version for bug #148862. (diff)
downloadvmware-87086afdf10ba1403ec82e197cb3f7d0e5def517.tar.gz
vmware-87086afdf10ba1403ec82e197cb3f7d0e5def517.tar.bz2
vmware-87086afdf10ba1403ec82e197cb3f7d0e5def517.zip
Sync up vmware-server, vmware-server-console and vmware.eclass with the in-tree version.
svn path=/trunk/; revision=114
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 39dcb6a..68ffce3 100644
--- a/eclass/vmware.eclass
+++ b/eclass/vmware.eclass
@@ -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
}