Use make_install instead of deprecated one

This commit is contained in:
2022-04-06 18:55:30 +02:00
parent 9eb57095ed
commit df2701bf9c
+1 -1
View File
@@ -61,7 +61,7 @@ if ! [ -f configure ]; then ./autogen.sh; fi
make %{?_smp_mflags}
%install
%makeinstall
%make_install
mkdir -p %{buildroot}%{_localstatedir}/lib/csync2
install -m 644 doc/csync2.adoc %{buildroot}%{_docdir}/csync2/csync2.adoc