Ignore missing files during "rm -r"

Cherry-picked from Fedora: b3ff1d5772?branch=rawhide
Related: #1971248
This commit is contained in:
Michal Schorm 2021-05-12 04:43:36 +02:00
parent dcf9624f00
commit aebcf6b79c
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \;
# Remove testsuite for the mariadb-connector-c
rm -rf libmariadb/unittest
# Remove python scripts remains from tokudb upstream (those files are not used anyway)
rm -r storage/tokudb/mysql-test/tokudb/t/*.py
rm -rf storage/tokudb/mysql-test/tokudb/t/*.py
%if %{without rocksdb}
rm -r storage/rocksdb/
%endif