Fix directory creation

This commit is contained in:
Björn Esser 2017-04-10 22:52:35 +02:00
parent 893874c167
commit 5659530fa2
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ pushd %{_cmake_build_subdir}
%make_install
# Create a macro for use in other spec-files.
%{__mkdir} -p %{buildroot}/%{macrosdir}/macros.%{name}
%{__mkdir} -p %{buildroot}/%{macrosdir}
%{__cat} << EOF > %{buildroot}/%{macrosdir}/macros.%{name}
%_%{name}_major_so_ver %{major_so_ver}
EOF