From 611eced95f3ecb07f3a6dcbed1622407db1c8462 Mon Sep 17 00:00:00 2001 From: blundellc Date: Thu, 19 Nov 2009 21:37:22 +0000 Subject: [PATCH] force build in build_all git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@285 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- trunk/exec/build_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/exec/build_all b/trunk/exec/build_all index d8d275c..64f125d 100644 --- a/trunk/exec/build_all +++ b/trunk/exec/build_all @@ -11,6 +11,6 @@ if (exists('argv')) { # check for littler build_order <- r_dependency_closure(pkgs) notice('build order',paste(build_order,collapse=', ')) for (pkg in build_order) { - build(pkg,c()) + build(pkg,c(),force=T) } } -- 2.39.2