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