From c665def35a390f34e9b77af7435ad725ace8acc5 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 7 Sep 2010 15:53:18 +0200 Subject: [PATCH] Fix sitelib -> sitearch, wrong but will work until we move to noarch python subpakcage --- libproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libproxy.spec b/libproxy.spec index 1997684..30bfb5f 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -189,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT %{?_with_python: %files python %defattr(-,root,root,-) -%{python_sitelib}/* +%{python_sitearch}/* } %{?_with_gnome: