mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
Merge pull request #20804 from danbst/fix-shadow
shadow: fix collision with coreutils (man groups.1.gz)
This commit is contained in:
commit
85ecde87c8
@ -43,7 +43,8 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
# Don't install ‘groups’, since coreutils already provides it.
|
# 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
|
# Move the su binary into the su package
|
||||||
mkdir -p $su/bin
|
mkdir -p $su/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user