From abf7acca61d4a3b5c60a41946df0aebe6d6ccb81 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 10 Jan 2008 18:22:19 -0500 Subject: Fix RPM macro --- func.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.spec b/func.spec index e3b3f53..d57dbc9 100644 --- a/func.spec +++ b/func.spec @@ -47,7 +47,7 @@ rm -fr $RPM_BUILD_ROOT %files %defattr(-, root, root, -) %if 0%{?fedora} > 8 -%{python_sitearch}/func*.egg-info +%{python_sitelib}/func*.egg-info %endif %{_bindir}/funcd %{_bindir}/func -- cgit