nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/Makefile.am b/src/Makefile.am
2index 6981815..bcc4568 100644
3--- a/src/Makefile.am
4+++ b/src/Makefile.am
5@@ -152,7 +152,6 @@ install-am: all-am
6 done
7 if WITH_TCB
8 set -e; for i in $(shadowsgidubins); do \
9- chown root:shadow $(DESTDIR)$(ubindir)/$$i; \
10 chmod $(sgidperms) $(DESTDIR)$(ubindir)/$$i; \
11 done
12 endif