Artifact d1143d6e7794a52dc336cd9477e3f3525fae593c:
- File tcl/patchscripts/minbuild-nopkgs.sh — part of check-in [b29659c9d1] at 2011-03-03 11:30:07 on branch trunk — Updated to remove "pkgs" directory from Tcl when doing a minimal build (user: rkeene, size: 73) [annotate] [blame] [check-ins using] [more...]
#! /bin/bash if [ -n "${KITCREATOR_MINBUILD}" ]; then rm -rf 'pkgs' fi