From 80b43e66cd1e5585172f95b688ed9fca8ef7f8a5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jul 2021 21:07:39 +0300 Subject: [PATCH] kiss: remove sources warning --- kiss | 3 --- 1 file changed, 3 deletions(-) diff --git a/kiss b/kiss index 166a5d2..28c13f9 100755 --- a/kiss +++ b/kiss @@ -247,9 +247,6 @@ pkg_lint() { [ -x "$repo_dir/build" ] || die "$1" "Build file not found or not executable" - - [ -f "$repo_dir/sources" ] || - war "$1" "Sources file not found" } pkg_find_version() {