Merge pull request #151 from rstudio/custom-install-path
Support custom installation paths for R
This commit is contained in:
commit
b67a78e39e
1 changed files with 109 additions and 46 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue