perl-Lchown: drop html docs.

This commit is contained in:
Leah Neukirchen 2019-04-17 10:42:30 +02:00
parent 034587ac5c
commit 02ecdf1346
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'perl-Lchown'
pkgname=perl-Lchown
version=1.01
revision=11
revision=12
wrksrc="Lchown-${version}"
build_style=perl-module
hostmakedepends="perl perl-Module-Build"
@ -15,3 +15,7 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
distfiles="${CPAN_SITE}/Devel/NCLEATON/Lchown-${version}.tar.gz"
checksum=9c0a13e279ad92208fb8fac73001635b0689251dd41b597522e1b3501ba0f76f
nocross=yes
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/perl
}