Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432918
Collapse All | Expand All

(-)vmware-workstation-9.0.0.812388.ebuild (-2 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-8.0.4.744019-r1.ebuild,v 1.1 2012/06/17 13:11:13 vadimk Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-9.0.0.812388-r1.ebuild,v 1.1 2012/09/12 13:11:13 vadimk Exp $
4
4
5
EAPI="4"
5
EAPI="4"
6
6
Lines 258-264 Link Here
258
		insinto /usr/include/vmware-vix
258
		insinto /usr/include/vmware-vix
259
		doins include/*
259
		doins include/*
260
260
261
		if use doc; then
261
                # Bug 432918 
262
                dodir "${VM_INSTALL_DIR}"/lib/vmware-vix/Workstation-9.0.0-and-vSphere-5.1.0
263
                dodir "${VM_INSTALL_DIR}"/lib/vmware-vix/Workstation-9.0.0-and-vSphere-5.1.0/64bit  
264
                dosym "${VM_INSTALL_DIR}"/lib/vmware-vix/libvixAllProducts.so \
265
                        "${VM_INSTALL_DIR}"/lib/vmware-vix/Workstation-9.0.0-and-vSphere-5.1.0/64bit/libvix.so
266
                dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 \
267
                         "${VM_INSTALL_DIR}"/lib/vmware-vix/Workstation-9.0.0-and-vSphere-5.1.0/64bit/libvmwarebase.so
268
269
                if use doc; then
262
			dohtml -r doc/*
270
			dohtml -r doc/*
263
		fi
271
		fi
264
	fi
272
	fi

Return to bug 432918