bump ebuild

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware@1582 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-11-29 13:49:34 +00:00
parent ebdbafce9a
commit 9ebcf41a64
3 changed files with 14 additions and 2 deletions

View File

@@ -145,8 +145,14 @@ vmware-1_pkg_setup() {
}
vmware-1_src_unpack() {
[[ -e ${DISTDIR}/${VM_SRC} ]] && unpack ${VM_SRC}
[[ -e ${DISTDIR}/${VM_SRC64} ]] && unpack ${VM_SRC64}
if [[ -n ${VM_SRC} ]]
then
unpack ${VM_SRC}
fi
if [[ -n ${VM_SRC64} ]]
then
unpack ${VM_SRC64}
fi
if [ -n "${VM_SRC_EXTRA}" ]
then
for a in ${VM_SRC_EXTRA}