Fix path to config.h

This commit is contained in:
Björn Esser 2020-04-20 07:51:43 +02:00
parent f67674acca
commit c2bfd869b8

View File

@ -77,7 +77,7 @@ mkdir -p %{_vpath_builddir}
# The config.h header file is not needed, and # The config.h header file is not needed, and
# may be the cause for undesired trouble. # may be the cause for undesired trouble.
rm -f %{_includedir}/%{name}/config.h rm -f %{buildroot}%{_includedir}/%{name}/config.h
# Documentation # Documentation
mkdir -p %{buildroot}%{_pkgdocdir} mkdir -p %{buildroot}%{_pkgdocdir}