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