Skip to content

Commit 5fc80cb

Browse files
committed
fix(tools/git): correct libexec
1 parent af0690c commit 5fc80cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/git/tool/setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ set -eux
44

55
export TOOL_DIR=${TOOL_DIR:-/opt/tools/git}
66

7-
mkdir -p $TOOL_DIR
7+
mkdir -p $TOOL_DIR $TOOL_DIR/bin $TOOL_DIR/lib $TOOL_DIR/libexec $TOOL_DIR/share
8+
89
cp -r ./bin $TOOL_DIR/bin
910
cp -r ./lib $TOOL_DIR/lib
11+
cp -r ./libexec $TOOL_DIR/libexec
1012
cp -r ./share $TOOL_DIR/share
1113

1214
ln -s $TOOL_DIR/bin/git /usr/local/bin/git

0 commit comments

Comments
 (0)