try fix build issue
This commit is contained in:
parent
a5c1e20173
commit
5b252af988
@ -216,9 +216,9 @@ popd
|
|||||||
%install
|
%install
|
||||||
pushd %{name}
|
pushd %{name}
|
||||||
cd build
|
cd build
|
||||||
|
find $RPM_BUILD_ROOT/%{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} +
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
popd
|
popd
|
||||||
find $RPM_BUILD_ROOT/%{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