Remove unneeded files

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 9ae7cb1712
commit 890fadc952
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -88,6 +88,7 @@ which use "print-debug" feature of "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
#rm -vrf oniguruma/ #rm -vrf oniguruma/
find oniguruma/ -mindepth 1 -maxdepth 1 -not -name 'src' -not -name 'COPYING' | xargs rm -vrf
find oniguruma/ -type f -executable -exec chmod -x {} \+ find oniguruma/ -type f -executable -exec chmod -x {} \+
%cargo_prep %cargo_prep

Loading…
Cancel
Save