commit:     c39c24078a409cfe9bc9c6c8d63a90e431a4351d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Feb 24 07:11:00 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=c39c2407

dev-R/RcppArmadillo: fix symlink (again)

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild 
b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
index 5087476ef..90a6b1e20 100644
--- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
+++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
@@ -41,6 +41,6 @@ src_install() {
        dodir /usr/include/armadillo_bits
        for file in "${ED}/${R_includedir}"/armadillo_bits/*; do
                filename=$(basename "${file}")
-               dosym8 -r /usr/include/armadillo_bits/${file} 
"${R_includedir}/armadillo_bits/${file}"
+               dosym8 -r /usr/include/armadillo_bits/${filename} 
"${R_includedir}/armadillo_bits/${filename}"
        done
 }

Reply via email to