From 97454fe4a218b18669f5330036ec45f99cb09338 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 16 Jul 2022 08:35:04 +0200 Subject: [PATCH] - fixed python2 install stage --- subversion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 1187a29..58777ff 100644 --- a/subversion.spec +++ b/subversion.spec @@ -671,7 +671,7 @@ install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \ %if %{with python2} %if %{with csvn} -%{__make} -C builddir-python2 -j1 install-ctypes-python \ +%{__make} -C builddir-python2 -j1 install-lib install-fsmod-lib install-ctypes-python \ DESTDIR=$RPM_BUILD_ROOT \ PY_INSTALLOPTS="--install-purelib=%{py_sitescriptdir}" %endif -- 2.44.0