From 264c2688765c726df320124c73c8efd6db902615 Mon Sep 17 00:00:00 2001
From: Richard Nelson <unixabg@gmail.com>
Date: Wed, 23 Jun 2010 11:31:07 -0500
Subject: Path correction on cgi/cron build file append to mailer.

---
 cgi/cron | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgi/cron b/cgi/cron
index f8e7b24..f644406 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -126,7 +126,7 @@ Here's a list of all build-options that were used to build your image:
 
 EOF
 
-		cat "${_DESTDIR}"/"${_BUILD}"/build >> "${_DESTDIR}"/"${_BUILD}"/mail
+		cat "${_TEMPDIR}"/"${_BUILD}".build >> "${_DESTDIR}"/"${_BUILD}"/mail
 
 		# Moving binary image
 		#if ls "${_TEMPDIR}"/"${_BUILD}"/binary*.* > /dev/null 2>&1
-- 
cgit v1.0