Lines Matching refs:DEST
222 DEST=$3
224 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
233 -perm /u+r,g+r | tar cfz $DEST -P -T -
236 echo "$DEST successfully created, copy to test system and unpack with:"
237 echo " tar xfz $DEST -P"
239 echo "Could not create file $DEST"
253 DEST=$1
256 if [ -z "$DEST" ] ; then
266 tar czf $DEST -C $TEMPDIR sys
269 echo "$DEST successfully created, copy to build system and unpack with:"
270 echo " tar xfz $DEST"