diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index a274de5601..ff8706d94c 100644 --- a/meson.build +++ b/meson.build @@ -2478,6 +2478,10 @@ if conf.get('HAVE_BLKID') == 1 dependencies : [versiondep], install_rpath : rootpkglibdir, install : true) + + meson.add_install_script(meson_make_symlink, + bindir / 'systemd-dissect', + rootsbindir / 'mount.ddi') endif if conf.get('ENABLE_RESOLVE') == 1 |