1
0
Fork 0

fix tarball location.

This commit is contained in:
Wilfried Goesgens 2016-07-12 15:20:21 +02:00
parent 499ba4f952
commit 2eabc5c543
1 changed files with 1 additions and 1 deletions

View File

@ -317,6 +317,6 @@ if test -n "${TARGET_DIR}"; then
rm files.$$
gzip < ${TARFILE_TMP} > ${dir}/${TARFILE}
md5sum ${TARFILE} > ${dir}/${TARFILE}.md5
md5sum ${dir}/${TARFILE} > ${dir}/${TARFILE}.md5
rm ${TARFILE_TMP}
fi