From 6c9283129e5086d9cf02228961f75ccabdac7522 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 30 Jul 2018 00:22:25 +0200 Subject: [PATCH] =?UTF-8?q?%{python=5Fsitearch}=20=E2=86=92=20%{python2=5F?= =?UTF-8?q?sitearch}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- systemtap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index a753b25..8a1a2c3 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1142,8 +1142,8 @@ done %if %{with_python2_probes} %files runtime-python2 -%{python_sitearch}/HelperSDT -%{python_sitearch}/HelperSDT-*.egg-info +%{python2_sitearch}/HelperSDT +%{python2_sitearch}/HelperSDT-*.egg-info %endif %if %{with_python3_probes} %files runtime-python3