Merge pull request #20804 from danbst/fix-shadow

shadow: fix collision with coreutils (man groups.1.gz)
This commit is contained in:
Joachim F 2016-12-01 23:08:30 +01:00 committed by GitHub
commit 85ecde87c8

View File

@ -43,7 +43,8 @@ stdenv.mkDerivation rec {
postInstall =
''
# Don't install groups, since coreutils already provides it.
rm $out/bin/groups $out/share/man/man1/groups.*
rm $out/bin/groups
rm $man/share/man/man1/groups.*
# Move the su binary into the su package
mkdir -p $su/bin