summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-25 18:41:05 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-25 18:41:05 +0100
commit7ee8dac23c07ead86d683415207bcf6dfbe3c362 (patch)
tree9f075f33208a38b837ef4c3ec9dbf950e4fe0a7e
parent15fae11f9be3c952b6c823273ad21bf8e29af78b (diff)
fix multiple sandbox violations
-rw-r--r--x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.8.ebuild8
1 files changed, 2 insertions, 6 deletions
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