diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-19 18:19:14 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-19 18:20:21 +0100 |
commit | 4176ab71183b1acae890fdad95d6320dba288255 (patch) | |
tree | 12ee149995814d892562edef07871741d05f70c8 /app-emulation | |
parent | app-emulation/vmware-workstation: Switch back to using patchelf, use local li... (diff) | |
download | vmware-4176ab71183b1acae890fdad95d6320dba288255.tar.gz vmware-4176ab71183b1acae890fdad95d6320dba288255.tar.bz2 vmware-4176ab71183b1acae890fdad95d6320dba288255.zip |
app-emulation/vmware-workstation: First generate config file, then install it ...
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild index 2961aa2..c1f7a12 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-12.1.0.3272444-r1.ebuild @@ -443,10 +443,10 @@ src_install() { PATH='${VM_INSTALL_DIR}/bin' ROOTPATH='${VM_INSTALL_DIR}/bin' EOF - doenvd "${envd}" - use bundled-libs && echo 'VMWARE_USE_SHIPPED_LIBS=1' >> "${envd}" + doenvd "${envd}" + # create the configuration dodir /etc/vmware |