Tomáš Chvátal 2016-04-07 10:27:18 +00:00 committed by Git OBS Bridge
parent d15c01c5ed
commit 484aa89b3d

View File

@ -75,7 +75,8 @@ touch %{_localstatedir}/log/alternatives.log
# Fix broken alternatives list bnc#969171
cd %{_sysconfdir}/alternatives/
for i in * ; do
update-alternatives --auto $i
# continue on errors but still print them out
update-alternatives --auto $i || :
done
%files