From aebcf6b79c54c0fbfe22ea4c65b596a9935f7eab Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 12 May 2021 04:43:36 +0200 Subject: [PATCH] Ignore missing files during "rm -r" Cherry-picked from Fedora: https://src.fedoraproject.org/rpms/mariadb/c/b3ff1d5772ef405f4e54c130e0fe75f012fbfb43?branch=rawhide Related: #1971248 --- mariadb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index d0b60d7..f170691 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -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