diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-30 08:44:18 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-30 08:44:18 +0000 |
commit | ba595c11e3e7661b74ac2ed853021a9c8264c974 (patch) | |
tree | 1c01af4f173ebae15171044481b1444b91f8af3e /kiss | |
parent | 7bec421e0bf5533ab96ca7f091cda4748ba92b82 (diff) | |
download | cpt-ba595c11e3e7661b74ac2ed853021a9c8264c974.tar.gz |
kiss: No more license checks.
FossilOrigin-Name: 8e94e424706f52bf7518649afdf2e1b1e850942ab2e8f3ea95dba3008fd728b6
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |