Opened 21 months ago

Last modified 9 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.

Change History (1)

comment:1 by strk, 9 months ago

Component: buildinstall
Note: See TracTickets for help on using tickets.