Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232230 | Differences between
and this patch

Collapse All | Expand All

(-)vmware-workstation-6.5.0.118166.ebuild (+9 lines)
Lines 125-130 Link Here
125
	newinitd ${FILESDIR}/${PN}-6.5.rc vmware
125
	newinitd ${FILESDIR}/${PN}-6.5.rc vmware
126
	touch ${D}/etc/vmware/networking
126
	touch ${D}/etc/vmware/networking
127
127
128
	# Fix some paths to allow included gtk to work
129
	for i in 	"/etc/pango/pangorc" 			\
130
				"/etc/pango/pango.modules"		\
131
				"/etc/gtk-2.0/gtk.immodules"	\
132
				"/etc/gtk-2.0/gdk-pixbuf.loaders" ; do	
133
		sed -i -e "s:${D}::" ${D}${VM_INSTALL_DIR}/lib/vmware/libconf${i} ;
134
		sed -i -e "s:${D}::" ${D}${VM_INSTALL_DIR}/lib/vmware/installer/lib/libconf${i} ;
135
	done
136
128
	# No idea why this happens, but it seems to happen all the time
137
	# No idea why this happens, but it seems to happen all the time
129
	ewarn "The following installation segment takes a *very* long time."
138
	ewarn "The following installation segment takes a *very* long time."
130
	ewarn "Please be patient."
139
	ewarn "Please be patient."

Return to bug 232230