From 905541039c3039e44af30285a712d6aa2065ae62 Mon Sep 17 00:00:00 2001 From: Mahno Date: Sun, 16 Feb 2025 22:09:58 +0800 Subject: [PATCH] try fix build issue --- libyui-bindings.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libyui-bindings.spec b/libyui-bindings.spec index d51b14a..bc544af 100644 --- a/libyui-bindings.spec +++ b/libyui-bindings.spec @@ -211,7 +211,8 @@ cmake -DYPREFIX=%{prefix} \ .. make %{?jobs:-j %jobs} popd -find %{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} + +find %{RPM_BUILD_ROOT}%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} + + %install pushd %{name}