From: Thierry Parmentelat Date: Wed, 4 Jul 2012 22:31:31 +0000 (+0200) Subject: prune to avoid conflicts X-Git-Tag: autoconf-2.69-1^0 X-Git-Url: http://git.onelab.eu/?p=autoconf.git;a=commitdiff_plain;h=HEAD prune to avoid conflicts --- diff --git a/autoconf.spec b/autoconf.spec index 6cee014..5e415cf 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -32,6 +32,10 @@ make %install make install DESTDIR=$RPM_BUILD_ROOT +# this conflicts with other fedora packages +for prune in /usr/share/info ; do + rm -rf $RPM_BUILD_ROOT/$prune +done %clean rm -rf $RPM_BUILD_ROOT