perl: remove man

This commit is contained in:
Ella-0 2021-07-31 11:33:36 +00:00
parent e0ecfd3071
commit e821f1af61
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ build() {
package() {
cd $pkgname-$pkgver
make install DESTDIR=$pkgdir
rm -rf $pkgdir/usr/share/man
}
license() {