change remote dir structure
This commit is contained in:
parent
f847cc6b66
commit
aff6debca6
1 changed files with 11 additions and 11 deletions
|
|
@ -33,12 +33,12 @@ set_bin_path <- function(
|
|||
local_build_root, codename) {
|
||||
if (!build_for_minor) {
|
||||
path <- sprintf(
|
||||
"%s/__linux__/%s/latest/src/contrib",
|
||||
"%s/arm64/%s/latest/src/contrib",
|
||||
local_build_root, codename
|
||||
)
|
||||
} else {
|
||||
path <- sprintf(
|
||||
"%s/__linux__/%s/%s/latest/src/contrib",
|
||||
"%s/arm64/%s/%s/latest/src/contrib",
|
||||
local_build_root, codename, r_minor_version
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue