diff options
-rw-r--r-- | build_all_etch.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_all_etch.sh b/build_all_etch.sh index 979ebe6..954f07f 100644 --- a/build_all_etch.sh +++ b/build_all_etch.sh @@ -5,12 +5,12 @@ # This worked flawlessly for amd64 with the fresh R 2.8.1 backport to etch, # if an archive containing the backported source packages is the only deb-src # entry in /etc/apt/sources.list -# Last Change: 2008 Dez 23 +# Last Change: 2008 Dez 30 # Author: Johannes Ranke <jranke@uni-bremen.de> and -for i in rkward littler; do -#for i in cluster foreign kernsmooth lattice mgcv nlme rodbc rpart survival vr littler rpy rkward; do +for i in rmatrix rodbc; do +#for i in cluster foreign kernsmooth lattice rmatrix mgcv nlme rodbc rpart survival vr littler; do cd $i rm -rf $i* rm *.deb |