| author | Tobias Powalowski
<tpowa@archlinux.org> 2009-05-17 05:59:17 UTC |
| committer | Tobias Powalowski
<tpowa@archlinux.org> 2009-05-17 05:59:17 UTC |
| parent | 3b45c3e08ce76414f053f2899a47a5d67d879b9e |
| PKGBUILD | +3 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 8c0cfad..983b9aa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=cpio pkgver=2.9 -pkgrel=4 +pkgrel=5 pkgdesc="A tool to copy files into or out of a cpio or tar archive" arch=(i686 x86_64) license=('GPL') @@ -22,6 +22,8 @@ build() { rm -f ${pkgdir}/usr/bin/mt ${pkgdir}/pkg/usr/share/man/man1/mt.1 mv ${pkgdir}/usr/bin ${pkgdir}/bin rm -rf ${pkgdir}/usr/libexec + # remove mt manpage it conflicts with mt-st from extra + rm $pkgdir/usr/share/man/man1/mt.1 || return 1 # remove infodir rm $pkgdir/usr/share/info/dir }