Fix R 3.3.0-3.3.2 builds
This commit is contained in:
parent
b541a8ff7c
commit
33c666c5b4
1 changed files with 19 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue