sudo: add remark to patch
This commit is contained in:
parent
ae147e329f
commit
9e2f08cdc2
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
prePatch = ''
|
||||
# do not set sticky bit in nix store
|
||||
substituteInPlace src/Makefile.in --replace 04755 0755
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue