mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 16:34:15 +03:00
fuse3: install fuse.conf without execute bit
This commit is contained in:
parent
ed6bbb4f4d
commit
085eab7ef6
@ -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 New Issue
Block a user