Lines Matching refs:DEST
211 DEST=$3
213 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
222 -perm /u+r,g+r | tar cfz $DEST -P -T -
225 echo "$DEST successfully created, copy to test system and unpack with:"
226 echo " tar xfz $DEST -P"
228 echo "Could not create file $DEST"
240 DEST=$1
243 if [ -z "$DEST" ] ; then
253 tar czf $DEST -C $TEMPDIR sys
256 echo "$DEST successfully created, copy to build system and unpack with:"
257 echo " tar xfz $DEST"