Martin Pluskal 2017-10-26 21:26:35 +00:00 committed by Git OBS Bridge
parent 92481aa2b7
commit 03c4ecbefc

View File

@ -93,7 +93,7 @@ or a different computer.
# If this is an openSUSE build, use our vendor zone
# (2.*pool.ntp.org names include IPv6 addresses). If not
# an openSUSE build, comment out the pool statement
%if 0%{is_opensuse}
%if 0%{?is_opensuse}
sed -e 's|^\(pool \)\(pool.ntp.org\)|\12.%{vendorzone}\2|' \
< examples/chrony.conf.example2 > chrony.conf
%else