mirror of
https://github.com/mainnika/csync2-rpm.git
synced 2026-07-12 20:23:24 +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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/csync2
|
mkdir -p %{buildroot}%{_localstatedir}/lib/csync2
|
||||||
install -m 644 doc/csync2.adoc %{buildroot}%{_docdir}/csync2/csync2.adoc
|
install -m 644 doc/csync2.adoc %{buildroot}%{_docdir}/csync2/csync2.adoc
|
||||||
|
|||||||
Reference in New Issue
Block a user