rewritefs: Don't attempt to set special bits

(cherry picked from commit 7270b9b425)
This commit is contained in:
Will Dietz 2017-06-16 07:22:20 -05:00 committed by Vladimír Čunát
parent d1fce4f2c3
commit b5e4b0cd0a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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; {