Modificar 'PepDeb32/BldHelper-release.sh'

Signed-off-by: Manuel  Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
Manuel Fernando da silva rosa 2023-05-10 17:51:14 +00:00
parent e582fcc858
commit cafb9c5f98
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ mv ${FileName}-sha512.checksum ${LOCATION}/${FileName}-sha512.checksum
# touch -t ${_stamp} ${LOCATION} ${LOCATION}/${FileName}* # touch -t ${_stamp} ${LOCATION} ${LOCATION}/${FileName}*
touch ${LOCATION}/${FileName}* touch ${LOCATION}/${FileName}*
# Clean the fusato folder
lb clean & rm -r *
# Move the log file to the log directory. # Move the log file to the log directory.
[ ! -e ${LogDir} ] && mkdir -p ${LogDir} [ ! -e ${LogDir} ] && mkdir -p ${LogDir}
mv ${OutFile} ${LogFile} mv ${OutFile} ${LogFile}