Lines Matching refs:DEST
212 DEST=$3
214 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
223 -perm /u+r,g+r | tar cfz $DEST -P -T -
226 echo "$DEST successfully created, copy to test system and unpack with:"
227 echo " tar xfz $DEST -P"
229 echo "Could not create file $DEST"
243 DEST=$1
246 if [ -z "$DEST" ] ; then
256 tar czf $DEST -C $TEMPDIR sys
259 echo "$DEST successfully created, copy to build system and unpack with:"
260 echo " tar xfz $DEST"