From a2cb46d126428d5bc62432baec30af9c7a83cb1c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 7 Jul 2021 11:16:25 +0300 Subject: [PATCH] kiss: remove unneeded pkg_find --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss b/kiss index 5f2176f..6f8c0ea 100755 --- a/kiss +++ b/kiss @@ -810,10 +810,10 @@ pkg_checksums() { pkg_verify() { # Verify all package checksums. This is achieved by generating a new set # of checksums and then comparing those with the old set. + # + # NOTE: repo_dir comes from caller. log "$1" "Checking sources" - pkg_find "$1" - [ -f "$repo_dir/sources" ] || return 0 # Read the repository checksums into a list.