Skip to content

Commit

Permalink
glusterfs: do not set setuid in install
Browse files Browse the repository at this point in the history
related to #26600

(cherry picked from commit ecc34cb)
  • Loading branch information
Mic92 authored and LnL7 committed Jun 24, 2017
1 parent 2fee075 commit e67dd4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/filesystems/glusterfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ rec {
inherit (s) name version;
inherit buildInputs propagatedBuildInputs;

postPatch = ''
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
'';

preConfigure = ''
./autogen.sh
'';
Expand Down

0 comments on commit e67dd4a

Please sign in to comment.