Fix zlib license

This commit is contained in:
Ella-0 2021-02-21 22:47:48 +00:00
parent 61e95f0bf6
commit 35b5baef6f
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ package_dev() {
license() {
cd $pkgname-$pkgver
cat LICENSE
grep -A 24 '^ Copyright' zlib.h
}