Fine. Got the details of the object.

This commit is contained in:
Christopher Meng 2014-02-21 18:02:49 +08:00
parent 1e1540dfc8
commit 755d5ae897
1 changed files with 2 additions and 2 deletions

View File

@ -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