bot: rpm5 -> rpm4 (6)

This commit is contained in:
NixTux Commit Bot 2020-01-06 06:32:59 +03:00
parent af190e73bd
commit d0d0c5f554

View file

@ -73,4 +73,3 @@ ln --symbolic %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.2
mkdir --parents "%{buildroot}%{_includedir}/%{name}/audio"
find . -maxdepth 1 -type f -name "*.h" -exec install --mode 0644 --preserve-timestamps '{}' %{buildroot}%{_includedir}/%{name} \;
find audio -maxdepth 1 -type f -name "*.h" -exec install --mode 0644 --preserve-timestamps '{}' %{buildroot}%{_includedir}/%{name}/audio \;