We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b9363 commit 0b9c0a8Copy full SHA for 0b9c0a8
Makefile
@@ -2259,9 +2259,9 @@ LN_OR_CP_BUILT_IN_BINDIR = \
2259
cp "$$bindir/git$X" "$$bindir/$$p" || exit;
2260
LN_OR_CP_BUILT_IN_EXECDIR = \
2261
test -z "$(NO_INSTALL_HARDLINKS)" && \
2262
- ln "$$exectir/git$X" "$$exectir/$$p" 2>/dev/null || \
2263
- ln -s "git$X" "$$exectir/$$p" 2>/dev/null || \
2264
- cp "$$exectir/git$X" "$$exectir/$$p" || exit;
+ ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
+ ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \
+ cp "$$execdir/git$X" "$$execdir/$$p" || exit;
2265
else
2266
LN_OR_CP_BUILT_IN_BINDIR = \
2267
cp "$(BUILT_IN_WRAPPER)" "$$bindir/$$p" || exit;
0 commit comments