Modificar 'PepDeb32/BldHelper-release.sh'
Signed-off-by: Manuel Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
parent
e582fcc858
commit
cafb9c5f98
|
@ -58,6 +58,9 @@ mv ${FileName}-sha512.checksum ${LOCATION}/${FileName}-sha512.checksum
|
|||
# touch -t ${_stamp} ${LOCATION} ${LOCATION}/${FileName}*
|
||||
touch ${LOCATION}/${FileName}*
|
||||
|
||||
# Clean the fusato folder
|
||||
lb clean & rm -r *
|
||||
|
||||
# Move the log file to the log directory.
|
||||
[ ! -e ${LogDir} ] && mkdir -p ${LogDir}
|
||||
mv ${OutFile} ${LogFile}
|
||||
|
|
Loading…
Reference in New Issue