On Fri, Apr 12, 2024 at 7:22 PM Matthew Phillips <matt...@matthewphillips.info> wrote: > > The porters handbook says: > > > Make sure that make package can be run as a normal user (that is, not > > as root) > > However, the default `PREFIX` is /usr/local, and a non-root user cannot > install to this folder.
`make package` only creates the .pkg file. It is `make install` that performs the installation.