rewritefs: add remark to patch

This commit is contained in:
Jörg Thalheim 2017-06-17 10:45:35 +01:00 committed by GitHub
parent ca6bb9098c
commit 878381fd4d

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig fuse pcre ];
prePatch = ''
# do not set sticky bit in nix store
substituteInPlace Makefile --replace 6755 0755
'';