Skip to content

Commit

Permalink
Merge branch 'cran'
Browse files Browse the repository at this point in the history
* cran:
  bee-init: Rewrite URL for r-package buildtypes
  • Loading branch information
mariux committed Mar 27, 2013
2 parents c16e2a4 + 2716836 commit 50c0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-init.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function initialize() {
surl="${surl} ${pname}.tar.gz"
fi

if [[ "${surl}" = http://cran.r-project.org/src/contrib/* ]] ; then
if [[ "${OPT_BUILDTYPE}" = "r-package" || "${surl}" = http://cran.r-project.org/src/contrib/* ]] ; then
local cran_pname
local cran_version
local cran_revision
Expand Down

0 comments on commit 50c0be9

Please sign in to comment.