From a222bbd5a01f7cbffb45d3a30ebb34b771cbab21 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 22 May 2010 22:54:33 +0000 Subject: [PATCH] Correction --- bootstrap/coriolis2.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/coriolis2.spec.in b/bootstrap/coriolis2.spec.in index ca6cc97b..fbf30a47 100644 --- a/bootstrap/coriolis2.spec.in +++ b/bootstrap/coriolis2.spec.in @@ -4,13 +4,13 @@ %define svntag @svntag@ %define with_binarytar %{?_with_binarytar:1}%{!?_with_binarytar:0} -%define python_sitedir %(eval " +%define python_sitedir %{_lib}/%(' import os.path import distutils.sysconfig -pathes = distutils.sysconfig.get_python_lib().split('/') +pathes = distutils.sysconfig.get_python_lib().split("/") print os.path.join ( pathes[-2], pathes[-1] ) -") +') %if 0%{?rhel} > 5 || 0%{?fedora} > 10 %define qt4 qt