mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Avoid compilation failures on non-RHEL 7 distros
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user