Support custom installation paths for R
This commit is contained in:
parent
1a4f8a8fb3
commit
cca0417d89
1 changed files with 104 additions and 46 deletions
|
|
@ -56,8 +56,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