mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-16 03:04:16 +00:00
fix find rm
This commit is contained in:
parent
6bcaff5304
commit
e08acfc90d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue