diff options
Diffstat (limited to 'build_others.sh')
-rw-r--r-- | build_others.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_others.sh b/build_others.sh index 21da734..d56cdb8 100644 --- a/build_others.sh +++ b/build_others.sh @@ -10,11 +10,11 @@ echo Distribution is $DIST echo Architecture is $ARCH -#apt-get update +apt-get update pbuilder update -#for i in nlme; do -#for i in cluster foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-massrmatrix rodbc rpart survival littler; do +#for i in 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; do apt-get source -t $DIST-cran $i cd $i-* |