Overview
Comment: | Minor whitespace change |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a12c65d1e5edb02ae45ad726e9a4cb55 |
User & Date: | rkeene on 2014-04-27 04:12:47 |
Other Links: | manifest | tags |
Context
2014-04-27
| ||
04:13 | Work towards upgrading zlib -- untested on most platforms check-in: 1a5bbc4282 user: rkeene tags: trunk | |
04:12 | Minor whitespace change check-in: a12c65d1e5 user: rkeene tags: trunk | |
03:06 | Updated to not emit output check-in: ec59145e47 user: rkeene tags: trunk | |
Changes
Modified tclx/build.sh from [f74133378a] to [b9cc1abd7b].
︙ | ︙ | |||
126 127 128 129 130 131 132 | done 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 | < | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | done 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 |
︙ | ︙ |