commit: bb347c124e06747583a9708fa37672eb003a1458
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 09:26:07 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 09:39:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb347c12
app-eselect/eselect-opencl: [QA] Fix AbsoluteSymlink
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild
b/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild
index 7552ebf843c..30461bcff9e 100644
--- a/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild
+++ b/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild
@@ -65,6 +65,6 @@ src_install() {
done
# Create symlinks to newest. Maybe this should be switchable?
for f in ${headers[@]}; do
- dosym
"${ED}/usr/$(get_libdir)/OpenCL/global/include/CL-1.2/${f}"
"/usr/include/CL/${f}"
+ dosym "../../$(get_libdir)/OpenCL/global/include/CL-1.2/${f}"
"/usr/include/CL/${f}"
done
}