From cca60df4629c82243349420eed86c7fc9192a921 Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 14 Jul 2011 18:06:51 +0000 Subject: Small updates of the build scripts for the backport of 2.13.1 git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@72 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_others.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build_others.sh') diff --git a/build_others.sh b/build_others.sh index a9b6b45..835b05e 100644 --- a/build_others.sh +++ b/build_others.sh @@ -13,8 +13,9 @@ echo Architecture is $ARCH apt-get update pbuilder update -for i in r-cran-rjags; do -#for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward; do +#for i in r-cran-rjags; do +for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do +#for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward r-cran-rjags; do apt-get source $i cd $i-* -- cgit v1.2.1