mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
10 lines
217 B
Meson
10 lines
217 B
Meson
configure_file(
|
|
input : 'nix-daemon.in',
|
|
output : 'nix-daemon',
|
|
install : true,
|
|
install_dir : get_option('prefix') / 'etc/rc.d',
|
|
install_mode : 'rwxr-xr-x',
|
|
configuration : {
|
|
'bindir' : bindir,
|
|
},
|
|
)
|