Skip to content

Commit b5e4b0c

Browse files
dtzWillvcunat
authored andcommittedJun 18, 2017
rewritefs: Don't attempt to set special bits
(cherry picked from commit 7270b9b)
1 parent d1fce4f commit b5e4b0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎pkgs/os-specific/linux/rewritefs/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
1313

1414
buildInputs = [ pkgconfig fuse pcre ];
1515

16+
prePatch = ''
17+
substituteInPlace Makefile --replace 6755 0755
18+
'';
19+
1620
preConfigure = "substituteInPlace Makefile --replace /usr/local $out";
1721

1822
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.