From 19e10b66e140931d91e143d21210579b1dd247a8 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 22 Feb 2022 09:58:06 +0500 Subject: [PATCH] dev-R/RcppEnsmallen: unbroke symlink Closes: https://bugs.gentoo.org/833825 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild index 3914b1ab70..5c52724dd7 100644 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild @@ -38,6 +38,7 @@ src_install() { R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include" dosym8 -r /usr/include/ensmallen.hpp "${R_includedir}/ensmallen.hpp" + dodir /usr/include/ensmallen_bits for file in "${ED}/${R_includedir}"/ensmallen_bits/*; do filename=$(basename "${file}") dosym8 -r /usr/include/ensmallen_bits/${file} "${R_includedir}/ensmallen_bits/${file}"