summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2016-02-22 17:40:12 +0100
committerMarian Csontos <mcsontos@redhat.com>2016-02-22 17:50:35 +0100
commit367fb85e44e0718a335c328ca75cb646539d3148 (patch)
tree801f9f478d16b5629c000e6c6bcf87ca9f6ae4c3 /spec
parentc716813651c2691c44bc709040cd16fbf363a74e (diff)
downloadlvm2-367fb85e44e0718a335c328ca75cb646539d3148.tar.gz
spec: Fix 04ab1fa572bb: Remove left-overs
Diffstat (limited to 'spec')
-rw-r--r--spec/build.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/build.inc b/spec/build.inc
index 3ba7840ca..cd58f3b1a 100644
--- a/spec/build.inc
+++ b/spec/build.inc
@@ -55,11 +55,6 @@ make install_initscripts DESTDIR=$RPM_BUILD_ROOT
%if %{enable_testsuite}
make -C test install DESTDIR=$RPM_BUILD_ROOT
%endif
-%if %{enable_python3}
-pushd %{py3dir}
-make -C python install DESTDIR=$RPM_BUILD_ROOT
-popd
-%endif
# when building an src.rpm from freestanding specfiles
test -e %{_sourcedir}/source.inc || cp source.inc build.inc packages.inc macros.inc %{_sourcedir}