summaryrefslogtreecommitdiffstats
path: root/Misc/RPM
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 19:15:58 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 19:15:58 (GMT)
commit6e47a33e49f01c06d616a05331ea6493f33b3988 (patch)
treeb0f8e76251cc46903e108dedd58314a913a6e047 /Misc/RPM
parent2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff)
downloadcpython-6e47a33e49f01c06d616a05331ea6493f33b3988.zip
cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.gz
cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.bz2
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Diffstat (limited to 'Misc/RPM')
-rw-r--r--Misc/RPM/python-3.0.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/RPM/python-3.0.spec b/Misc/RPM/python-3.0.spec
index bf88739..f61a83c 100644
--- a/Misc/RPM/python-3.0.spec
+++ b/Misc/RPM/python-3.0.spec
@@ -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