diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2007-11-29 17:36:29 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2007-11-29 17:36:29 +0000 |
commit | 45249774120b6506aba8bfe968d5415cecae2c30 (patch) | |
tree | ea754611c225a58e95dcc2fe69a20d19b46b31b1 | |
parent | 571c4f26ce752ef284ce462e86a60d66f4268de3 (diff) |
New update of the binary only build environment
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@24 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | build_all_etch.sh (renamed from build_recommended_etch.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_recommended_etch.sh b/build_all_etch.sh index 5243e4a..a4d9046 100644 --- a/build_recommended_etch.sh +++ b/build_all_etch.sh @@ -9,7 +9,7 @@ #DEBFULLNAME="Johannes Ranke" #for i in foreign kernsmooth; do -for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rcompgen rpart survival vr; do +for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rcompgen rpart survival vr littler rkward r-base; do cd $i rm -rf $i* rm *.deb |