mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
cpio: remove conflictive /usr/libexec/rmt.
Bump revision. --HG-- extra : convert_revision : a6495a5dddf30ab56f03458ec503b1df335a7ee3
This commit is contained in:
parent
db53f42345
commit
0a2a3873a0
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue