Fix string quoting for rpm >= 4.16
This commit is contained in:
parent
35bad10751
commit
a3caa6e938
@ -79,7 +79,7 @@ This package contains documentation files for %{name}.
|
||||
#cp -n %{SOURCE1} exrdisplay/namespaceAlias.h
|
||||
#patch2 -p1 -b .header
|
||||
|
||||
%if %{_lib} == lib64
|
||||
%if "%{_lib}" == "lib64"
|
||||
sed -i -e 's|ACTUAL_PREFIX/lib/CTL|ACTUAL_PREFIX/lib64/CTL|' configure.ac
|
||||
%endif
|
||||
#Needed for patch1 and to update CTL compiler test
|
||||
|
Loading…
Reference in New Issue
Block a user