From 31b8197356148eed358696c5c9fc77fb953ff9c4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 22 May 2010 23:18:32 +0000 Subject: [PATCH] Bug in python site package detection. --- bootstrap/coriolis2.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/coriolis2.spec.in b/bootstrap/coriolis2.spec.in index fbf30a47..5e02af30 100644 --- a/bootstrap/coriolis2.spec.in +++ b/bootstrap/coriolis2.spec.in @@ -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