mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
meson: Use DESTDIR env when creating symlink
This commit is contained in:
@@ -23,7 +23,7 @@ foreach id_postfix : clapper_apps
|
|||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
clapper_symlink_cmd = 'ln -fs @0@ @1@'.format(
|
clapper_symlink_cmd = 'ln -fs @0@ $DESTDIR@1@'.format(
|
||||||
'com.github.rafostar.Clapper',
|
'com.github.rafostar.Clapper',
|
||||||
join_paths(get_option('prefix'), get_option('bindir'), 'clapper')
|
join_paths(get_option('prefix'), get_option('bindir'), 'clapper')
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user