diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-10-04 14:45:08 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-10-04 14:46:29 +0200 |
commit | 9ccaaa0e79ef88ebd6197bb7ee12d5c3135299fa (patch) | |
tree | 3f825b4b4de3cbc963f9dec2604e771755ed2eb2 /x11-drivers/xf86-video-virtualbox | |
parent | dev-libs/libfilezilla: Bump to version 0.7.1 (diff) | |
download | gentoo-9ccaaa0e79ef88ebd6197bb7ee12d5c3135299fa.tar.gz gentoo-9ccaaa0e79ef88ebd6197bb7ee12d5c3135299fa.tar.bz2 gentoo-9ccaaa0e79ef88ebd6197bb7ee12d5c3135299fa.zip |
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>
Diffstat (limited to 'x11-drivers/xf86-video-virtualbox')
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 56b0ca15e536..ee5e3f731e68 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 \ |