mirror of
https://github.com/mainnika/csync2-rpm.git
synced 2026-05-30 19:13:34 +00:00
Use make_install instead of deprecated one
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user