Avoid compilation failures on non-RHEL 7 distros

pull/64/head
Ludovic Marcotte 2014-11-12 12:54:07 -05:00
parent c159d5461b
commit 715999edc8
1 changed files with 1 additions and 1 deletions

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