Support custom installation paths for R

This commit is contained in:
Greg Lin 2023-01-09 14:31:58 -06:00
commit cca0417d89

View file

@ -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 \