pkgmk: update .md5sum if present (even when the port was signed)

This commit is contained in:
just_fun 2017-04-08 21:21:41 +03:00 committed by Fredrik Rinnestam
parent 0e976e8beb
commit 858ea9a42b

View File

@ -504,7 +504,7 @@ make_work_dir() {
if [ "$PKGMK_IGNORE_SIGNATURE" = "no" ] || [ "$PKGMK_CHECK_SIGNATURE" = "yes" ]; then if [ "$PKGMK_IGNORE_SIGNATURE" = "no" ] || [ "$PKGMK_CHECK_SIGNATURE" = "yes" ]; then
test -f $PKGMK_SIGNATURE && cp $PKGMK_SIGNATURE $PKGMK_WORK_DIR test -f $PKGMK_SIGNATURE && cp $PKGMK_SIGNATURE $PKGMK_WORK_DIR
if check_signature if check_signature && test ! -f $PKGMK_MD5SUM
then then
return 0 return 0
fi fi