perl: remove man
This commit is contained in:
parent
e0ecfd3071
commit
e821f1af61
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
make install DESTDIR=$pkgdir
|
make install DESTDIR=$pkgdir
|
||||||
|
rm -rf $pkgdir/usr/share/man
|
||||||
}
|
}
|
||||||
|
|
||||||
license() {
|
license() {
|
||||||
|
|
Loading…
Reference in a new issue