Fridrich Strba 2023-10-18 01:32:41 +00:00 committed by Git OBS Bridge
parent a391237efa
commit 97331844e6

View File

@ -850,7 +850,7 @@ if [ X"`%{_bindir}/file --mime-type -b %{javacacerts}`" \
fi
# remove the default empty cacert file, if it's installed
if [ 0`stat -c "%{s}" %{cacerts} 2>/dev/null` = "032" ] ; then
if [ 0`stat -c "%%s" %{cacerts} 2>/dev/null` = "032" ] ; then
rm -f %{cacerts}
fi