cpio: remove conflictive /usr/libexec/rmt.
Bump revision. --HG-- extra : convert_revision : a6495a5dddf30ab56f03458ec503b1df335a7ee3
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Template file for 'cpio'
|
# Template file for 'cpio'
|
||||||
pkgname=cpio
|
pkgname=cpio
|
||||||
version=2.10
|
version=2.10
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
||||||
@@ -12,3 +13,9 @@ long_desc="
|
|||||||
on tapes."
|
on tapes."
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
# Remove rmt that conflicts with the one from tar.
|
||||||
|
rm -rf ${DESTDIR}/usr/libexec
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user