@@ -128,15 +128,14 @@ if [ ! -e "${INSTDIR}/lib/tclx8.4/pkgIndex.tcl" ]; then cat << _EOF_ > "${INSTDIR}/lib/tclx8.4/pkgIndex.tcl" package ifneeded Tclx 8.4 [list load {} Tclx] _EOF_ fi - # Install files needed by installation cp -r "${INSTDIR}/lib" "${OUTDIR}" || exit 1 find "${OUTDIR}" -name '*.a' -type f | xargs -n 1 rm -f -- exit 0 ) || exit 1 exit 0