diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-12-24 00:39:52 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-12-24 00:39:52 +0000 |
commit | 55e13390f03388cf5c68487b6c7df94bab3da822 (patch) | |
tree | 39e57f775a0979014c9693027d16af3318ff23a1 | |
parent | 9dcfbe646328d3c09372d3fce26b8c1981ce7058 (diff) |
Small updates
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@47 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 586de92..979ebe6 100644 --- a/build_all_etch.sh +++ b/build_all_etch.sh @@ -2,14 +2,14 @@ # Script to automate building of r-cran-* packages for Debian for architectures # other than the originally backported i386 packages. -# This worked flawlessly for amd64 with the fresh R 2.8.0 backport to etch, +# 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 Okt 29 +# Last Change: 2008 Dez 23 # Author: Johannes Ranke <jranke@uni-bremen.de> and -for i in rpy; do +for i in rkward littler; do #for i in cluster foreign kernsmooth lattice mgcv nlme rodbc rpart survival vr littler rpy rkward; do cd $i rm -rf $i* |