Path correction on cgi/cron build file append to mailer.
This commit is contained in:
parent
2b3701b87c
commit
264c268876
2
cgi/cron
2
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
|
||||
|
|
Loading…
Reference in New Issue