From 755d5ae8979213f3b22ae2008b832e1367cdde11 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 21 Feb 2014 18:02:49 +0800 Subject: [PATCH] Fine. Got the details of the object. --- gengetopt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gengetopt.spec b/gengetopt.spec index 9c35b50..54cf3f9 100644 --- a/gengetopt.spec +++ b/gengetopt.spec @@ -46,9 +46,9 @@ make %install make install INSTALL="%{__install} -p" DESTDIR=%{buildroot} -rm -f %{buildroot}%{_infodir}/dir +rm -rfv %{buildroot}%{_infodir}/dir # Use %%doc macro to install instead. -rm -f %{buildroot}%{_docdir}/%{name} +rm -rfv %{buildroot}%{_docdir}/%{name} mkdir ./examples pushd ./doc