summaryrefslogtreecommitdiff
path: root/pkgmk.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgmk.in')
-rwxr-xr-xpkgmk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgmk.in b/pkgmk.in
index 10847831..e7897ac5 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -504,7 +504,7 @@ make_work_dir() {
if [ "$PKGMK_IGNORE_SIGNATURE" = "no" ] || [ "$PKGMK_CHECK_SIGNATURE" = "yes" ]; then
test -f $PKGMK_SIGNATURE && cp $PKGMK_SIGNATURE $PKGMK_WORK_DIR
- if check_signature
+ if check_signature && test ! -f $PKGMK_MD5SUM
then
return 0
fi

Generated by cgit