summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-06-23 11:31:07 -0500
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:12 +0100
commit264c2688765c726df320124c73c8efd6db902615 (patch)
treeaccfa494afde24ed175993681e74dd5b54784372 /cgi
parent2b3701b87c9eccfd8e5ebeea86aaa80f67239af7 (diff)
downloadlive-build-264c2688765c726df320124c73c8efd6db902615.zip
live-build-264c2688765c726df320124c73c8efd6db902615.tar.gz
Path correction on cgi/cron build file append to mailer.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cron2
1 files changed, 1 insertions, 1 deletions
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