commit: 9ccaaa0e79ef88ebd6197bb7ee12d5c3135299fa
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 12:45:08 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 12:46:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccaaa0e
x11-drivers/xf86-video-virtualbox: Fixed typo.
Should fix bug #595750.
Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
.../xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild
b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild
index 56b0ca1..ee5e3f7 100644
--- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild
+++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild
@@ -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 \