mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user