Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep the owner:group of the one downloading the tarball
In the scenario: ./configure --prefix=<something_which_needs_su/sudo> make domserver <as unpriviliged user which downloaded the tarball> sudo make-installdomserver <as root> We would copy the Nelmiodoc files as root, so the user can't run a make {dist}clean without errors as we can't remove the folder as its owned by root. We now also install nelmiodoc together with composer in the base image: - together with the needed dependencies - make sure we get an autoload.php
- Loading branch information