Skip to content
Snippets Groups Projects
Commit 90f4bdf0 authored by Natanael Copa's avatar Natanael Copa
Browse files

community/cpio: fix conflict with tar-doc

parent cf653d86
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=cpio
pkgver=2.12
pkgrel=0
pkgrel=1
pkgdesc="A tool to copy files into or out of a cpio or tar archive"
url="http://www.gnu.org/software/cpio"
arch="all"
......@@ -40,6 +40,7 @@ package() {
make DESTDIR="$pkgdir" install || return 1
rm -f "$pkgdir"/usr/lib/charset.alias
rm -f "$pkgdir"/usr/libexec/rmt # part of the tar pkg
rm "$pkgdir"/usr/share/man/*/rmt.*
}
md5sums="93eea9f07c0058c097891c73e4955456 cpio-2.12.tar.bz2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment