mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
meson: Create symlink to bin named simply "clapper"
This commit is contained in:
@@ -22,3 +22,9 @@ foreach id_postfix : clapper_apps
|
|||||||
install_mode: 'rwxr-xr-x'
|
install_mode: 'rwxr-xr-x'
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
clapper_symlink_cmd = 'ln -fs @0@ @1@'.format(
|
||||||
|
'com.github.rafostar.Clapper',
|
||||||
|
join_paths(get_option('prefix'), get_option('bindir'), 'clapper')
|
||||||
|
)
|
||||||
|
meson.add_install_script('sh', '-c', clapper_symlink_cmd)
|
||||||
|
Reference in New Issue
Block a user