[python-cvxopt] Typo fix.

Jerry James jjames at fedoraproject.org
Wed Sep 10 15:54:54 UTC 2014


commit ae39cae517a9448cbb3de26a71cf0fd2c5963250
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Wed Sep 10 09:54:44 2014 -0600

    Typo fix.

 python-cvxopt.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-cvxopt.spec b/python-cvxopt.spec
index e718d8d..ea21b03 100644
--- a/python-cvxopt.spec
+++ b/python-cvxopt.spec
@@ -65,7 +65,7 @@ on the strengths of Python as a high-level programming language.
 %patch0
 
 # Fix library path
-if [ "%_libdir}" = "/usr/lib64" ]; then
+if [ "%{_libdir}" = "/usr/lib64" ]; then
   sed -i "s|/usr/lib|%{_libdir}|" setup.py
 fi
 


More information about the scm-commits mailing list