try fix build issue

This commit is contained in:
Mahno 2025-02-16 22:53:41 +08:00
parent 1f70928e19
commit 07b22806ea

View File

@ -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}