Lines Matching refs:UNPACKDIR
25 UNPACKDIR=/var/tmp/unpack_PRODUCTNAMEPLACEHOLDER
54 echo "Select the directory in which to save the unpacked files. [$UNPACKDIR] "
58 UNPACKDIR="$reply"
61 if [ -d $UNPACKDIR ]; then
62 printf "Directory $UNPACKDIR already exists.\n"
69 mkdir -m 700 $UNPACKDIR
71 diskSpace=`df -k $UNPACKDIR | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }…
94 $tail_prog +$linenum $0 | (cd $UNPACKDIR; tar xf -)
100 if [ -f $UNPACKDIR/setup ]
102 chmod 775 $UNPACKDIR/setup
103 $UNPACKDIR/setup