Skip to content
Snippets Groups Projects
Commit 135fe81e authored by Leo's avatar Leo
Browse files
parent c845169d
2 merge requests!11958community/rclone: upgrade to 1.52.3,!11472community/R: fix locales
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=R pkgname=R
pkgver=4.0.2 pkgver=4.0.2
pkgrel=0 pkgrel=1
pkgdesc="Language and environment for statistical computing" pkgdesc="Language and environment for statistical computing"
url="https://www.r-project.org" url="https://www.r-project.org"
arch="all !mips !mips64" arch="all !mips !mips64"
...@@ -86,6 +86,12 @@ package() { ...@@ -86,6 +86,12 @@ package() {
mv "$f" "$pkgdir"/etc/R/ && ln -sf /etc/R/$f $f mv "$f" "$pkgdir"/etc/R/ && ln -sf /etc/R/$f $f
done done
cd - cd -
# Fix #8918
# R expects iconv -l to return whitespace-separated list of
# locales, our returns ', ' separated so it adds a , for every
# locale
sed -i 's/,//g' "$pkgdir"/usr/lib/R/library/utils/iconvlist
} }
mathlib() { mathlib() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment