kiss: remove sources warning

This commit is contained in:
Dylan Araps 2021-07-19 21:07:39 +03:00
parent 9dd0a1fc25
commit 80b43e66cd
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 3 deletions

3
kiss
View File

@ -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() {