Msys: "make install" question

Hi, i have a question about the procedure make install in msys.

The function expects the output folder to be in the default location on drive c.
But i have a custom Documents folder where Rack/plugins-v1 is located that is on drive d.

How do i tell make install or msys, to use that path instead, and make that change permanently?

Just don’t use make install. It was added upon a request and obviously it’s a quick hack that doesn’t work all the time.

Ok thanks.
I am perfectly fine with using make dist, just thought that maybe this was easy to fix.