Skip to content

Commit

Permalink
nfs-utils: fixup setuid/setgid build problems, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 8, 2017
1 parent bbec4f5 commit 10f9fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/linux/nfs-utils/default.nix
Expand Up @@ -39,6 +39,9 @@ in stdenv.mkDerivation rec {
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
configureFlags="--with-start-statd=$out/bin/start-statd $configureFlags"
substituteInPlace utils/mount/Makefile.in \
--replace "chmod 4511" "chmod 0511"
'';

makeFlags = [
Expand Down

0 comments on commit 10f9fb6

Please sign in to comment.