cpio: remove conflictive /usr/libexec/rmt.

Bump revision.

--HG--
extra : convert_revision : a6495a5dddf30ab56f03458ec503b1df335a7ee3
This commit is contained in:
Juan RP 2009-08-11 20:59:23 +02:00
parent db53f42345
commit 0a2a3873a0

View File

@ -1,6 +1,7 @@
# Template file for 'cpio'
pkgname=cpio
version=2.10
revision=1
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
@ -12,3 +13,9 @@ long_desc="
on tapes."
Add_dependency run glibc
post_install()
{
# Remove rmt that conflicts with the one from tar.
rm -rf ${DESTDIR}/usr/libexec
}