Bug in python site package detection.

This commit is contained in:
Jean-Paul Chaput 2010-05-22 23:18:32 +00:00
parent a222bbd5a0
commit 31b8197356
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
%define svntag @svntag@
%define with_binarytar %{?_with_binarytar:1}%{!?_with_binarytar:0}
%define python_sitedir %{_lib}/%('
%define python_sitedir %{_lib}/%(python -c '
import os.path
import distutils.sysconfig