Fix R 3.3.0-3.3.2 builds

This commit is contained in:
Gábor Csárdi 2023-07-19 11:07:37 +02:00
commit 33c666c5b4

View file

@ -71,6 +71,10 @@ patch_r() {
if [ -f "/patches/R-${1}.patch" ]; then
patch -p1 < "/patches/R-${1}.patch"
fi
if [ -f "/patches/R-${1}-${OS_IDENTIFIER}.patch" ]; then
patch -p1 < "/patches/R-${1}-${OS_IDENTIFIER}.patch"
fi
}
# compile_r() - $1 as r version