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

Collapse All | Expand All

(-)/usr/portage/app-emulation/virtualbox/virtualbox-7.0.8a.ebuild (-1 / +3 lines)
Lines 568-574 Link Here
568
	fi
568
	fi
569
569
570
	# set an env-variable for 3rd party tools
570
	# set an env-variable for 3rd party tools
571
	echo -n "VBOX_APP_HOME=${vbox_inst_path}" > "${T}/90virtualbox"
571
	echo "VBOX_APP_HOME=${vbox_inst_path}" > "${T}/90virtualbox"
572
	# environment variable used during SDK binding installation
573
	echo -n "VBOX_INSTALL_PATH=${vbox_inst_path}" >> "${T}/90virtualbox"
572
	doenvd "${T}/90virtualbox"
574
	doenvd "${T}/90virtualbox"
573
575
574
	if use sdl; then
576
	if use sdl; then

Return to bug 378871