bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 15:00:35 +03:00
parent aeafd65c46
commit 8e1a45e874

View file

@ -97,10 +97,10 @@ find ./src -name "*.cpp*" |xargs chmod 644
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
-DCMAKE_INSTALL_LIBDIR=%{_libdir}/%{name} \
-DRESOURCEDIR=%{_libdir}/freecad
%make_build
%make
%install
%make_install -C build
%makeinstall_std -C build
# Symlink binaries to /usr/bin
mkdir -p %{buildroot}%{_bindir}