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