Skip to content

Commit ecc34cb

Browse files
committedJun 18, 2017
glusterfs: do not set setuid in install
related to #26600
1 parent 4eeefad commit ecc34cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎pkgs/tools/filesystems/glusterfs/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ rec {
6565
inherit (s) name version;
6666
inherit buildInputs propagatedBuildInputs;
6767

68+
postPatch = ''
69+
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
70+
'';
71+
6872
patches = [
6973
./glusterfs-use-PATH-instead-of-hardcodes.patch
7074
./glusterfs-fix-unsubstituted-autoconf-macros.patch

0 commit comments

Comments
 (0)