Skip to content

Commit a375c1e

Browse files
committed
remove tcl/tk translation files
1 parent 54f2ba3 commit a375c1e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cpython-unix/build-cpython.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,10 @@ fi
13791379
# Prune the tk demos which are > 1 MB and not used
13801380
rm -rf "${ROOT}/out/python/install/lib/tk9.0/demos"
13811381

1382+
# Prune the tcl/tk translations
1383+
rm -rf "${ROOT}/out/python/install/lib/tcl9.0/msgs"
1384+
rm -rf "${ROOT}/out/python/install/lib/tk9.0/msgs"
1385+
13821386
# Copy the terminfo database if present.
13831387
if [ -d "${TOOLS_PATH}/deps/usr/share/terminfo" ]; then
13841388
cp -av "${TOOLS_PATH}/deps/usr/share/terminfo" "${ROOT}/out/python/install/share/"

0 commit comments

Comments
 (0)