diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2009-04-18 00:42:28 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2009-04-18 00:42:28 +0000 |
commit | dea58ef67d5165be3e2673b949717c5d0a1e3653 (patch) | |
tree | cf7a40c1dc7927406270d3144f0c8884c1a11d4a | |
parent | 45465a2ded6373a9fbae2419b502f9e3c049a740 (diff) |
Update of the binary build environment (pdebuilder) for R 2.9.0 for etch
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@52 f247ebf9-aa24-0410-a698-f940e971ad2b
-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 |