Lines Matching refs:DSTDIR
576 local DSTDIR="$2"580 log2 "Directory copy: $SRCDIR -> $DSTDIR"581 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")582 fail_panic "Cannot copy to directory: $DSTDIR"