@@ -85,11 +85,13 @@ rm -rf "${OUTDIR}/lib/pkgconfig" rm -f "${OUTDIR}"/lib/* >/dev/null 2>/dev/null find "${OUTDIR}" -name '*.a' | xargs rm -f >/dev/null 2>/dev/null # Clean up packages that are not needed - find "${OUTDIR}" -name "tcltest*" -type d | xargs rm -rf + if [ -n "${KITCREATOR_MINBUILD}" ]; then + find "${OUTDIR}" -name "tcltest*" -type d | xargs rm -rf + fi # Clean up encodings if [ -n "${KITCREATOR_MINENCODINGS}" ]; then KEEPENCODINGS=" ascii.enc cp1252.enc iso8859-1.enc iso8859-15.enc iso8859-2.enc koi8-r.enc macRoman.enc " export KEEPENCODINGS