This commit is contained in:
parent
11a1e5a6d6
commit
dbdd243090
@ -622,7 +622,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user