commit:     2598ce045155d192245f23bfe3164d1a92636f88
Author:     Evan Teran <evan.teran <AT> gmail <DOT> com>
AuthorDate: Wed Aug 12 05:05:37 2015 +0000
Commit:     Evan Teran <evan.teran <AT> gmail <DOT> com>
CommitDate: Wed Aug 12 05:05:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/vmware.git/commit/?id=2598ce04

cleaning up the ebuild slightly

Package-Manager: portage-2.2.20

 .../vmware-player/vmware-player-7.1.2.2780323.ebuild    | 17 ++++++++---------
 1 file 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} \

Reply via email to