try fix build issue
This commit is contained in:
parent
9fcbe219ce
commit
1f70928e19
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user