Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not preserve generated README's permissions
this removes the requirement of having the generated file already present in the source tree. otherwise, if it does not exist, `cp` will fail with "Permission denied". the problem here is that `--no-preserve` is only guaranteed to be available in `coreutils`, such that really this rule can only be run within `nix-shell` or non-Nix Linux having `coreutils` installed.
- Loading branch information