[python-dulwich/el6] fix var

Fabian Affolter fab at fedoraproject.org
Mon Mar 23 22:23:59 UTC 2015


commit da7b782b36fef11bacae2bbf2efdbaad958dd1ac
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Mon Mar 23 23:23:46 2015 +0100

    fix var

 python-dulwich.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-dulwich.spec b/python-dulwich.spec
index de4bc8e..333821a 100644
--- a/python-dulwich.spec
+++ b/python-dulwich.spec
@@ -35,7 +35,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 
 %install
 %{__python} setup.py install --skip-build --root %{buildroot}
-CFLAGS="%{optflags}" %{__python2} setup.py build
+CFLAGS="%{optflags}" %{__python} setup.py build
 pushd docs
 # Not using {smp_flags} as sphinx fails with it from time to time
 make html


More information about the scm-commits mailing list