Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install files as current user respecting DESTDIR (#2)
* Install files as current user respecting DESTDIR Poudriere expects to be able to build and install any package into a staging area as non-root. pkg(8) will sort out the permissions based on settings in the plist. This should also work correctly if installing directly from the github sources: you would need to become root before running 'make install' in any case, and consequently all the files would end up with root:wheel ownership as expected. * Don't require `make all` before `make install` Ports always runs separate commands for each stage of building and packaging the port, but other users (like github CI) may assume `make install` does everything.
- Loading branch information