rewritefs: Don't attempt to set special bits
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user