From de62a28c476f8effa6553f518f870d3cc3332be3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 30 Jun 2019 11:44:19 +0300 Subject: [PATCH] kiss: No more license checks. --- kiss | 1 - 1 file changed, 1 deletion(-) diff --git a/kiss b/kiss index d400d59..a82a5a5 100755 --- a/kiss +++ b/kiss @@ -43,7 +43,6 @@ pkg_lint() { [ -f sources ] || die "Sources file not found." [ -x build ] || die "Build file not found or not executable." - [ -s licenses ] || die "License file not found or empty." [ -s version ] || die "Version file not found or empty." # Ensure that the release field in the version file is set