[gyp] Fix a typo

Akira TAGOH tagoh at fedoraproject.org
Wed Jun 25 12:14:37 UTC 2014


commit 25dff72cbd836566e065a5f0dcbb472fa797cfe7
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Jun 25 21:14:29 2014 +0900

    Fix a typo

 gyp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index 9bc1504..d31a93f 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}
+%{!?__python2 %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