Skip to content

Commit fc864db

Browse files
committed
MINGW: install into /mingw/bin/ by default
In msysGit, we collapsed all bin/ directories into one, so it made sense to install Git into /bin/ right away. With the new Git for Windows SDK, we want to clean that up a little and be more standards-compliant. In particular, we will use most of MinGW as-is, and provide Git as a proper MinGW package. So let's install the files into the correct place. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 49e78c2 commit fc864db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
518518
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
519519
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
520520
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
521-
prefix =
521+
prefix = /mingw/
522522
INSTALL = /bin/install
523523
EXTLIBS += /mingw/lib/libz.a
524524
NO_R_TO_GCC_LINKER = YesPlease

0 commit comments

Comments
 (0)