Skip to content

Commit

Permalink
app-eselect/eselect-opencl: [QA] Fix AbsoluteSymlink
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 16, 2019
1 parent 7ef107b commit bb347c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit bb347c1

Please sign in to comment.