summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-03 13:19:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-03 13:19:10 +0000
commitd8db5918c08d711034ba2be9675384c2c4adca99 (patch)
tree8e3b259d9ce247ffbd16afd54523390a1cca77ef /eclass/vmware.eclass
parentBump to 3.5.5 (pre-release). (diff)
downloadgentoo-2-d8db5918c08d711034ba2be9675384c2c4adca99.tar.gz
gentoo-2-d8db5918c08d711034ba2be9675384c2c4adca99.tar.bz2
gentoo-2-d8db5918c08d711034ba2be9675384c2c4adca99.zip
Make sure the file is there so we don't break current stable.
Diffstat (limited to 'eclass/vmware.eclass')
-rw-r--r--eclass/vmware.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 46b380e87f3a..e53edf8cab05 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.12 2006/10/03 13:10:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.13 2006/10/03 13:19:10 wolf31o2 Exp $
# This eclass is for all vmware-* ebuilds in the tree and should contain all
# of the common components across the multiple packages.
@@ -152,8 +152,10 @@ vmware_src_unpack() {
done
fi
# Unpack our new libs.
- unpack vmware-libssl.so.0.9.7l.tar.bz2
- unpack vmware-libcrypto.so.0.9.7l.tar.bz2
+ [ -d "${DISTDIR}"/vmware-libssl.so.0.9.7l.tar.bz2 ] && \
+ unpack vmware-libssl.so.0.9.7l.tar.bz2
+ [ -d "${DISTDIR}"/vmware-libcrypto.so.0.9.7l.tar.bz2 ] && \
+ unpack vmware-libcrypto.so.0.9.7l.tar.bz2
fi
}