···16 # Ignore the prefix for the mount helper. It must be installed in /sbin/
17 # because this path is hardcoded in the mount(8) for security reasons.
18+ #
19-+ # ... except on nixos, where it really is /var/run/current-system/sw/sbin,
20+ # which is where this will end up if we put it in ${out}/sbin.
21 #
22 sbin_PROGRAMS = mount.zfs
···16 # Ignore the prefix for the mount helper. It must be installed in /sbin/
17 # because this path is hardcoded in the mount(8) for security reasons.
18+ #
19++ # ... except on nixos, where it really is /var/run/current-system/sw/bin,
20+ # which is where this will end up if we put it in ${out}/sbin.
21 #
22 sbin_PROGRAMS = mount.zfs