build: signature doesn't have to be there

This commit is contained in:
Franco Fichtner 2018-10-13 14:11:24 +02:00
parent 5e063394fd
commit b79da85b72
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ generate_signature()
echo "done"
else
# do not keep a stale signature
rm ${1}.sig
rm -f ${1}.sig
fi
}