[sugar-flipsticks] Some more changes

Fabian Affolter fab at fedoraproject.org
Fri Feb 18 21:49:19 UTC 2011


commit 804568d683fe2631f0ff6e9b4940d491417f0913
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Fri Feb 18 22:48:47 2011 +0100

    Some more changes

 sugar-flipsticks.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sugar-flipsticks.spec b/sugar-flipsticks.spec
index 488cd1f..8eaf533 100644
--- a/sugar-flipsticks.spec
+++ b/sugar-flipsticks.spec
@@ -30,12 +30,12 @@ skills.
 
 
 %build
-python setup.py build
+python ./setup.py build
 
 
 %install
 rm -rf  %{buildroot}
-python setup.py install --prefix=%{buildroot}/%{_prefix}
+python ./setup.py install --prefix=%{buildroot}/%{_prefix}
 %find_lang org.worldwideworkshop.olpc.FlipSticks
 
 


More information about the scm-commits mailing list