Skip to content

Commit

Permalink
community/cpio: fix conflict with tar-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed May 5, 2017
1 parent cf653d8 commit 90f4bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community/cpio/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 90f4bdf

Please sign in to comment.