summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_others.sh')
-rw-r--r--build_others.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_others.sh b/build_others.sh
index 5791ad3..140a5a8 100644
--- a/build_others.sh
+++ b/build_others.sh
@@ -4,7 +4,7 @@
# sudo -E sh build_others.sh
# Preconditions: - shell variables DIST and ARCH
-# - CRAN sources in /etc/apt/sources/list
+# - matching CRAN sources in /etc/apt/sources/list
# - cdbs installed (and maybe more)
echo Distribution is $DIST
@@ -15,7 +15,7 @@ pbuilder update
#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
+ apt-get source $i
cd $i-*
pdebuild --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-cran/ -- --binary-arch --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build

Contact - Imprint