--- vmware-workstation-6.5.0.118166.ebuild (revision 313) +++ vmware-workstation-6.5.0.118166.ebuild (working copy) @@ -125,6 +125,15 @@ newinitd ${FILESDIR}/${PN}-6.5.rc vmware touch ${D}/etc/vmware/networking + # Fix some paths to allow included gtk to work + for i in "/etc/pango/pangorc" \ + "/etc/pango/pango.modules" \ + "/etc/gtk-2.0/gtk.immodules" \ + "/etc/gtk-2.0/gdk-pixbuf.loaders" ; do + sed -i -e "s:${D}::" ${D}${VM_INSTALL_DIR}/lib/vmware/libconf${i} ; + sed -i -e "s:${D}::" ${D}${VM_INSTALL_DIR}/lib/vmware/installer/lib/libconf${i} ; + done + # No idea why this happens, but it seems to happen all the time ewarn "The following installation segment takes a *very* long time." ewarn "Please be patient."