Dominique Leuenberger 2018-03-29 19:45:43 +00:00 committed by Git OBS Bridge
parent 9ad409c12e
commit 54dbbc55f1

View File

@ -77,7 +77,7 @@ install -Dm 0755 AsHelper.py %{buildroot}%{_libexecdir}/AsHelper
# the default repos are all static and don't refresh. This would leave software centers
# in a unusable state
# Addresses https://bugzilla.opensuse.org/show_bug.cgi?id=1009745
if [ $1 == 1 ]; then
if [ $1 = 1 ]; then
ZYPP_PLUGIN_APPDATA_FORCE_COLLECT=1 zypper -n lr >/dev/null 2>&1
fi