Merge pull request #151 from rstudio/custom-install-path

Support custom installation paths for R
This commit is contained in:
Greg Lin 2023-01-18 12:25:04 -06:00 committed by GitHub
commit b67a78e39e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,8 +57,8 @@ depends:
- zip
- zlib1g-dev
contents:
- src: /opt/R/${R_VERSION}
dst: /opt/R/${R_VERSION}
- src: ${R_INSTALL_PATH}
dst: ${R_INSTALL_PATH}
EOF
nfpm package \