mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
This commit is contained in:
parent
2e08136b3c
commit
6e47a33e49
10 changed files with 18 additions and 24 deletions
|
@ -376,7 +376,7 @@ rm -f mainpkg.files tools.files
|
|||
%if %{include_tkinter}
|
||||
%files tkinter
|
||||
%defattr(-,root,root)
|
||||
%{__prefix}/%{libdirname}/python%{libvers}/lib-tk
|
||||
%{__prefix}/%{libdirname}/python%{libvers}/tkinter
|
||||
%{__prefix}/%{libdirname}/python%{libvers}/lib-dynload/_tkinter.so*
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue