From 7ee8dac23c07ead86d683415207bcf6dfbe3c362 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Oct 2016 18:41:05 +0100 Subject: fix multiple sandbox violations --- .../xf86-video-virtualbox/xf86-video-virtualbox-5.1.8.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.8.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.8.ebuild index c6712027..8fa24a5e 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.8.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.8.ebuild @@ -133,8 +133,7 @@ src_compile() { out/linux.${ARCH}/release/{product,version,revision}-generated.h ) for each in ${targets[@]} ; do - ln -s "${S}"/${each} \ - "${MODULES_SRC_DIR}"/${each##*/} || die + : done targets=( dt/dt/common/VBoxVideo/HGSMIBase.o @@ -145,10 +144,7 @@ src_compile() { dt/dt/dt/Runtime/common/alloc/heapoffset.o ) for each in ${targets[@]} ; do - ln -s "${S}"/${objdir}/${each} \ - "${MODULES_SRC_DIR}" || die - ln -s "${S}"/${objdir}/${each}.dep \ - "${MODULES_SRC_DIR}" || die + : done fi -- cgit v1.2.3