Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shadow: fix collision with coreutils (man groups.1.gz) #20804

Merged
merged 1 commit into from
Dec 1, 2016

Conversation

danbst
Copy link
Contributor

@danbst danbst commented Nov 30, 2016

The groups.1.gz collides with one from coreutils. The code to fix this
was already present in expression, but wrongly assumes that share/man/man1
directory will be copied to man output after installPhase.

It turned out, that man directory is set to man output at configure step, so we should
remove file from man output.

The `groups.1.gz` collides with one from coreutils. The code to fix this
was already present in expression, but wrongly assumes that share/man/man1
directory will be copied to `man` output after `installPhase`.

It turned out, that man directory is set at configure step, so we should
remove file from `man` output.
@mention-bot
Copy link

@danbst, thanks for your PR! By analyzing the history of the files in this pull request, we identified @edolstra, @rbvermaa and @wkennington to be potential reviewers.

@joachifm joachifm merged commit 85ecde8 into NixOS:master Dec 1, 2016
@joachifm
Copy link
Contributor

joachifm commented Dec 1, 2016

Works for me. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants