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

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"