From 0a2a3873a0fd21c1fa94fd8bb22cfa807d693d03 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Aug 2009 20:59:23 +0200 Subject: [PATCH] cpio: remove conflictive /usr/libexec/rmt. Bump revision. --HG-- extra : convert_revision : a6495a5dddf30ab56f03458ec503b1df335a7ee3 --- templates/cpio/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/cpio/template b/templates/cpio/template index 7c99f400412..eccb8558acf 100644 --- a/templates/cpio/template +++ b/templates/cpio/template @@ -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 +}