Fine. Got the details of the object.
This commit is contained in:
parent
1e1540dfc8
commit
755d5ae897
@ -46,9 +46,9 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALL="%{__install} -p" DESTDIR=%{buildroot}
|
make install INSTALL="%{__install} -p" DESTDIR=%{buildroot}
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
rm -rfv %{buildroot}%{_infodir}/dir
|
||||||
# Use %%doc macro to install instead.
|
# Use %%doc macro to install instead.
|
||||||
rm -f %{buildroot}%{_docdir}/%{name}
|
rm -rfv %{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
mkdir ./examples
|
mkdir ./examples
|
||||||
pushd ./doc
|
pushd ./doc
|
||||||
|
Loading…
Reference in New Issue
Block a user