Opened 2 years ago
Last modified 13 months ago
#5272 new defect
make install behaviour driven by PATH
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | install | Version: | |
Keywords: | Cc: |
Description
It keeps striking me that sudo make install
can install the libraries in unexpected directory.
This is because PATH affects where binaries are installed, despite what configured at ./configure time.
My workaround to this is sudo PATH=$PATH make install
but it doesn't feel completely right. Opinion from packagers is welcome.
Note:
See TracTickets
for help on using tickets.