Skip to content

Commit

Permalink
x11-drivers/xf86-video-virtualbox: Fixed typo.
Browse files Browse the repository at this point in the history
Should fix bug #595750.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Oct 4, 2016
1 parent 03c7ee9 commit 9ccaaa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9ccaaa0

Please sign in to comment.