We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0690c commit 5fc80cbCopy full SHA for 5fc80cb
tools/git/tool/setup.sh
@@ -4,9 +4,11 @@ set -eux
4
5
export TOOL_DIR=${TOOL_DIR:-/opt/tools/git}
6
7
-mkdir -p $TOOL_DIR
+mkdir -p $TOOL_DIR $TOOL_DIR/bin $TOOL_DIR/lib $TOOL_DIR/libexec $TOOL_DIR/share
8
+
9
cp -r ./bin $TOOL_DIR/bin
10
cp -r ./lib $TOOL_DIR/lib
11
+cp -r ./libexec $TOOL_DIR/libexec
12
cp -r ./share $TOOL_DIR/share
13
14
ln -s $TOOL_DIR/bin/git /usr/local/bin/git
0 commit comments