| author | Tobias Powalowski
<tpowa@archlinux.org> 2015-09-16 08:56:55 UTC |
| committer | Tobias Powalowski
<tpowa@archlinux.org> 2015-09-16 08:56:55 UTC |
| parent | 247544a5af824b27f119bc75a8eeb8885003f5c9 |
| PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 6f9b4cd..3732e37 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=cpio pkgver=2.12 -pkgrel=1 +pkgrel=2 pkgdesc="A tool to copy files into or out of a cpio or tar archive" arch=(i686 x86_64) license=('GPL') @@ -27,6 +27,7 @@ package() { make DESTDIR=${pkgdir} install rm -f ${pkgdir}/usr/bin/mt ${pkgdir}/pkg/usr/share/man/man1/mt.1 rm -rf ${pkgdir}/usr/libexec + rm -f ${pkgdir}/usr/share/man/man8/rmt.8 # remove infodir rm $pkgdir/usr/share/info/dir }