[libproxy] Fix sitelib -> sitearch, wrong but will work until we move to noarch python subpakcage

Nicolas Chauvet kwizart at fedoraproject.org
Tue Sep 7 13:54:24 UTC 2010


commit c665def35a390f34e9b77af7435ad725ace8acc5
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Sep 7 15:53:18 2010 +0200

    Fix sitelib -> sitearch, wrong but will work until we move to noarch python subpakcage

 libproxy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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:


More information about the scm-commits mailing list