[ReviewBoard] Fix typo

Stephen Gallagher sgallagh at fedoraproject.org
Wed Apr 25 23:59:26 UTC 2012


commit 0784bd017f821243eae4e83214355f40b5605c9e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Apr 25 19:58:52 2012 -0400

    Fix typo

 ReviewBoard.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 2405e59..aa97e36 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -67,7 +67,7 @@ of the stress and time out of the code review process.
 %patch1003 -p1
 
 # Remove packaged egg-info so it's regenerated by setup.py
-rm -rf %{python_sitelib}/ReviewBoard*.egg-info
+rm -rf ReviewBoard*.egg-info
 
 
 %build


More information about the scm-commits mailing list