Skip to content

Commit 54f2ba3

Browse files
committed
remove tk demo files from distribution
1 parent a186551 commit 54f2ba3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cpython-unix/build-cpython.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,9 @@ if [ -d "${TOOLS_PATH}/deps/lib/tcl9" ]; then
13761376
)
13771377
fi
13781378

1379+
# Prune the tk demos which are > 1 MB and not used
1380+
rm -rf "${ROOT}/out/python/install/lib/tk9.0/demos"
1381+
13791382
# Copy the terminfo database if present.
13801383
if [ -d "${TOOLS_PATH}/deps/usr/share/terminfo" ]; then
13811384
cp -av "${TOOLS_PATH}/deps/usr/share/terminfo" "${ROOT}/out/python/install/share/"

0 commit comments

Comments
 (0)