From 1f70928e19dc6a4a631d1937e3d115f27f2c4972 Mon Sep 17 00:00:00 2001 From: Mahno Date: Sun, 16 Feb 2025 22:48:17 +0800 Subject: [PATCH] try fix build issue --- libyui-bindings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyui-bindings.spec b/libyui-bindings.spec index d7553cd..b867de2 100644 --- a/libyui-bindings.spec +++ b/libyui-bindings.spec @@ -218,7 +218,7 @@ pushd %{name} cd build make install DESTDIR=$RPM_BUILD_ROOT popd -find %RPM_BUILD_ROOT%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} + +find %buildroot%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} + %clean %{__rm} -rf %{buildroot}