Remove standards.info in %install, not %check
This commit is contained in:
parent
5def78ed47
commit
bc578cfe51
@ -65,13 +65,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
rm ${RPM_BUILD_ROOT}/%{_bindir}/autoscan-%{version}
|
rm ${RPM_BUILD_ROOT}/%{_bindir}/autoscan-%{version}
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
# We don't want to include the standards.info stuff in the package,
|
# We don't want to include the standards.info stuff in the package,
|
||||||
# because it comes from binutils...
|
# because it comes from binutils...
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
|
rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_infodir}/*.info*
|
%{_infodir}/*.info*
|
||||||
|
Loading…
Reference in New Issue
Block a user