Check-in [0fb44ad541]
Overview
Comment:Corrected typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:0fb44ad54165a31cf77ce5c7efce470f5f818ff5
User & Date: rkeene on 2011-06-30 00:29:08
Other Links: manifest | tags
Context
2011-07-06
02:03
Updated build procedure to use a common handler check-in: 6305420046 user: rkeene tags: trunk
2011-06-30
00:29
Corrected typo check-in: 0fb44ad541 user: rkeene tags: trunk
2011-03-30
16:42
Fixed bug in forcing platform check-in: 8fc5835c15 user: rkeene tags: trunk
Changes

Modified server/buildpkgs/tclpkcs11/build.sh from [2e24f26dd6] to [273f6727b7].

     8      8   
     9      9   if [ "${PLATFORM}" = "tcl" ]; then
    10     10   	rm -rf out
    11     11   
    12     12   	exit 0
    13     13   fi
    14     14   
    15         -VERS=0.9.6
    16         -SRC="src/sqlite-${VERS}.tar.gz"
           15  +VERS=0.9.9
           16  +SRC="src/tclpkcs11-${VERS}.tar.gz"
    17     17   SRCURL="http://www.rkeene.org/devel/tclpkcs11-${VERS}.tar.gz"
    18     18   BUILDDIR="tclpkcs11-${VERS}"
    19     19   WORKDIR="${TMPDIR:-/tmp}/tclpkcs11-$$${RANDOM}${RANDOM}${RANDOM}"
    20     20   PLATDIR="$(pwd)/out/${PLATFORM}"
    21     21   
    22     22   export VERS SRC SRCURL BUILDDIR WORKDIR PLATDIR
    23     23