Avoid compilation failures on non-RHEL 7 distros

This commit is contained in:
Ludovic Marcotte
2014-11-12 12:54:07 -05:00
parent c159d5461b
commit 715999edc8
+1 -1
View File
@@ -174,7 +174,7 @@ rm -fr ${RPM_BUILD_ROOT}
# ****************************** build ********************************
%build
%if %{el7}
%if %0{?el7}
. /usr/lib64/GNUstep/Makefiles/GNUstep.sh
%else
. /usr/share/GNUstep/Makefiles/GNUstep.sh