From 9a63f57f251d39fe0ce27c6d212d8846809c27ad Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 28 Jan 2013 13:20:39 -0800 Subject: [PATCH] the c2d results are in c2d, not cran2deb --- build_c2d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_c2d b/build_c2d index d4c216e..ae1c7e9 100755 --- a/build_c2d +++ b/build_c2d @@ -4,4 +4,4 @@ DATE=$(date +%Y%m%d) mkdir ~/c2d/build_results_${DATE} cran2deb update > ~/c2d/build_results_${DATE}/log.txt cran2deb autobuild >> ~/c2d/build_results_${DATE}/log.txt -find ~/cran2deb/cache/results/debian-amd64 -type f -print0 |xargs -0r mv -t ~/c2d/build_results_${DATE}/ +find ~/c2d/cache/results/debian-amd64 -type f -print0 |xargs -0r mv -t ~/c2d/build_results_${DATE}/ -- 2.39.2