x11-drivers/xf86-video-virtualbox: Fixed typo.

Should fix bug #595750.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2016-10-04 14:45:08 +02:00
parent 03c7ee9b88
commit 9ccaaa0e79

View File

@@ -129,7 +129,7 @@ src_compile() {
use dri && targets+=( Additions/linux/drm )
for each in ${targets[@]} ; do
pushd "${S}"/src/VBox/${each} $>/dev/null || die
pushd "${S}"/src/VBox/${each} &>/dev/null || die
MAKE="kmk" \
emake TOOL_YASM_AS=yasm \
VBOX_USE_SYSTEM_XORG_HEADERS=1 \