commit fba1620002c2caadd99d922c5e66e0d3676cfbc1 from: Stefan Sperling date: Fri Oct 28 10:26:05 2022 UTC stop installing git-{receive,upload}-pack symlinks to gotsh in ~/bin Having those links in the user's PATH can make our send/fetch regression tests fail. We do want to talk to git-daemon during those tests, and these symlinks can get in the way of that. commit - ad4cc36168576274131539e87b9007ef9b3c3725 commit + fba1620002c2caadd99d922c5e66e0d3676cfbc1 blob - 493cc0be21876ef98254e54b19fae46bd2694f8c blob + c4456b3590ca82fd05071e3b28f8372a45371af0 --- gotsh/Makefile +++ gotsh/Makefile @@ -21,12 +21,8 @@ DPADD = ${LIBZ} ${LIBUTIL} NOMAN = Yes .endif -.if "${GOT_RELEASE}" != "Yes" realinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ -m ${BINMODE} ${PROG} ${BINDIR}/${PROG} - -ln -s ${PROG} ${BINDIR}/git-receive-pack - -ln -s ${PROG} ${BINDIR}/git-upload-pack -.endif .include