1
0
Fridrich Strba 2023-10-15 06:50:52 +00:00 committed by Git OBS Bridge
parent 54792bd1c9
commit 4d36168742

View File

@ -706,7 +706,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