diff options
| -rw-r--r-- | glusterfs.spec.in | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 3a91f4ca41d..5c3567ead49 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -106,9 +106,8 @@  # From https://fedoraproject.org/wiki/Packaging:Python#Macros  %if ( 0%{?rhel} && 0%{?rhel} <= 6 )  %{!?python2_sitelib: %global python2_sitelib %(python2 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%global _rundir %{_localstatedir}/run  %{!?python2_sitearch: %global python2_sitearch %(python2 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%global _rundir /run +%global _rundir %{_localstatedir}/run  %endif  %if ( 0%{?_with_systemd:1} )  | 
