commit: 9727cc4e9ae344e0de1833eb2cb8a459026d9a67
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Feb 24 07:12:55 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Feb 24 07:18:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9727cc4e
dev-R/RcppEnsmallen: fix symlink (again)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 5c52724dd..129a0fa23 100644
--- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
+++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
@@ -41,6 +41,6 @@ src_install() {
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}"
+ dosym8 -r /usr/include/ensmallen_bits/${filename}
"${R_includedir}/ensmallen_bits/${filename}"
done
}