diff options
author | 2015-08-12 05:05:37 +0000 | |
---|---|---|
committer | 2015-08-12 05:05:37 +0000 | |
commit | 2598ce045155d192245f23bfe3164d1a92636f88 (patch) | |
tree | 669820629490c7e13ef0c864a2b0f082d9e3e2f9 /app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild | |
parent | Merge branch 'stepping-stone-feature/ovftool' (diff) | |
download | vmware-2598ce045155d192245f23bfe3164d1a92636f88.tar.gz vmware-2598ce045155d192245f23bfe3164d1a92636f88.tar.bz2 vmware-2598ce045155d192245f23bfe3164d1a92636f88.zip |
cleaning up the ebuild slightly
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild')
-rw-r--r-- | app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild b/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild index c115c63..3c04f5e 100644 --- a/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild +++ b/app-emulation/vmware-player/vmware-player-7.1.2.2780323.ebuild @@ -156,17 +156,16 @@ src_install() { exeinto "${VM_INSTALL_DIR}"/lib/vmware/setup doexe vmware-config - # install ovftool - if use ovftool; then - cd "${S}" + # install ovftool + if use ovftool; then + cd "${S}" - insinto "${VM_INSTALL_DIR}"/lib/vmware-ovftool - doins -r vmware-ovftool/* - - chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/{ovftool,ovftool.bin} - dosym "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/ovftool "${VM_INSTALL_DIR}"/bin/ovftool - fi + insinto "${VM_INSTALL_DIR}"/lib/vmware-ovftool + doins -r vmware-ovftool/* + chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/{ovftool,ovftool.bin} + dosym "${D}${VM_INSTALL_DIR}"/lib/vmware-ovftool/ovftool "${VM_INSTALL_DIR}"/bin/ovftool + fi # create symlinks for the various tools local tool ; for tool in thnuclnt vmplayer{,-daemon} \ |