]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- fixed python2 install stage
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jul 2022 06:35:04 +0000 (08:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jul 2022 06:35:04 +0000 (08:35 +0200)
subversion.spec

index 1187a2987d59655288069e3fe77cd9eab1046020..58777ffde59f3152c2ec7fb70d09e8fc45efc36c 100644 (file)
@@ -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
This page took 0.174691 seconds and 4 git commands to generate.