mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
rewritefs: Don't attempt to set special bits
(cherry picked from commit 7270b9b425
)
This commit is contained in:
parent
d1fce4f2c3
commit
b5e4b0cd0a
@ -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