Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

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"