File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ DESTDIR="$DESTINATION" make strip install prefix=/ \
3131 MACOSX_DEPLOYMENT_TARGET=10.9
3232)
3333
34+ (
35+ cd " $SOURCE /contrib/credential/osxkeychain" || exit 1
36+ make clean
37+ make
38+ cp " $SOURCE /contrib/credential/osxkeychain/git-credential-osxkeychain" " $DESTINATION /libexec/git-core/"
39+ )
3440
3541if [[ " $GIT_LFS_VERSION " ]]; then
3642 echo " -- Bundling Git LFS"
Original file line number Diff line number Diff line change @@ -90,5 +90,4 @@ rm "$DESTINATION/$MINGW_DIR/etc/gitattributes"
9090echo " -- Removing global gitattributes which handles certain file extensions"
9191
9292rm " $DESTINATION /$MINGW_DIR /bin/git-credential-store.exe"
93- rm " $DESTINATION /$MINGW_DIR /bin/git-credential-wincred.exe"
9493echo " -- Removing legacy credential helpers"
You can’t perform that action at this time.
0 commit comments