[gyp] Fix a typo

Akira TAGOH tagoh at fedoraproject.org
Wed Jun 25 12:46:03 UTC 2014


commit 2891110bfed05dfffff4852731f7cafd0628c45c
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Jun 25 21:45:52 2014 +0900

    Fix a typo

 gyp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index e0be86f..231aa1a 100644
--- a/gyp.spec
+++ b/gyp.spec
@@ -3,7 +3,7 @@
 %if 0%{?rhel} && 0%{?rhel} <= 6
 %{!?__python2: %global __python2 /usr/bin/python2}
 %if 0%{?rhel} == 5
-%{!?__python2: %global __python2 /usr/bin/python26}
+%global __python2 /usr/bin/python26
 %global __os_install_post %__multiple_python_os_install_post
 %endif
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}


More information about the scm-commits mailing list