rewritefs: Don't attempt to set special bits

This commit is contained in:
Will Dietz 2017-06-16 07:22:20 -05:00
parent 479d9f9cd3
commit 7270b9b425

@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig fuse pcre ];
prePatch = ''
substituteInPlace Makefile --replace 6755 0755
'';
preConfigure = "substituteInPlace Makefile --replace /usr/local $out";
meta = with stdenv.lib; {