try fix build issue
This commit is contained in:
parent
07b22806ea
commit
9b66d39465
@ -214,11 +214,11 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
find %{buildroot}%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} +
|
||||||
pushd %{name}
|
pushd %{name}
|
||||||
cd build
|
cd build
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
popd
|
popd
|
||||||
find %{buildroot}%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} +
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user