diff options
-rw-r--r-- | backport_others.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/backport_others.sh b/backport_others.sh index 2922447..0e413e3 100644 --- a/backport_others.sh +++ b/backport_others.sh @@ -8,12 +8,10 @@ # - current R backport in /etc/apt/sources/list of pbuilder chroot # - sid sources in /etc/apt/sources/list # - ssed and cdbs installed (and maybe more) -# - Edit R version and the sed scripts below (don't forget -# distribution name) to the appropriate version of R # - Set the R version # R version against which the software is compiled -Rversion=3.1.0 +Rversion=3.1.1 reposversion="cran3" echo Distribution is $DIST |