From e08acfc90d33fa48b23f55b717c8237cd238a07b Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sat, 12 Sep 2020 08:36:24 +0000 Subject: [PATCH] fix find rm --- boost.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index dd7ad04..62b5c73 100644 --- a/boost.spec +++ b/boost.spec @@ -407,7 +407,7 @@ same place as the documentation. %prep %autosetup -p1 -n boost_%{packver} # Examples etc. get copied -- so drop patch backup files -find . -name "*~" |xargs rm +find . -name "*~" -delete %if !%{with numpy} # Boost.Build does not allow for disabling of numpy # extensions, thereby leading to automagic numpy