From 7ee3ded840341ffaac6d505364916d85e4580b48 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 6 Jan 2015 16:55:36 +0100 Subject: [PATCH] Remove unused variable python_libdir. --- samba.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/samba.spec b/samba.spec index 12e79d6..3238996 100644 --- a/samba.spec +++ b/samba.spec @@ -66,7 +66,6 @@ %global with_clustering_support 1 %endif -%{!?python_libdir: %define python_libdir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1,1)")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: samba