Lines Matching refs:DEST
216 DEST=$3
218 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
227 -perm /u+r,g+r | tar cfz $DEST -P -T -
230 echo "$DEST successfully created, copy to test system and unpack with:"
231 echo " tar xfz $DEST -P"
233 echo "Could not create file $DEST"
247 DEST=$1
250 if [ -z "$DEST" ] ; then
260 tar czf $DEST -C $TEMPDIR sys
263 echo "$DEST successfully created, copy to build system and unpack with:"
264 echo " tar xfz $DEST"