mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fuse3: install fuse.conf without execute bit
This commit is contained in:
parent
ed6bbb4f4d
commit
085eab7ef6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ in stdenv.mkDerivation rec {
|
|||
postFixup = "cd $out\n" + (if isFuse3 then ''
|
||||
mv bin/mount.fuse3 bin/mount.fuse
|
||||
|
||||
install -D -m555 etc/fuse.conf $common/etc/fuse.conf
|
||||
install -D -m444 etc/fuse.conf $common/etc/fuse.conf
|
||||
install -D -m444 etc/udev/rules.d/99-fuse3.rules $common/etc/udev/rules.d/99-fuse.rules
|
||||
install -D -m444 share/man/man8/mount.fuse.8.gz $common/share/man/man8/mount.fuse.8.gz
|
||||
'' else ''
|
||||
|
|
Loading…
Reference in a new issue