From 07b22806ea51b6cd49b99864df9f534ed3f241b7 Mon Sep 17 00:00:00 2001 From: Mahno Date: Sun, 16 Feb 2025 22:53:41 +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 b867de2..5e7ceac 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 %buildroot%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} + +find %{buildroot}%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} + %clean %{__rm} -rf %{buildroot}