We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7d282 commit 99ff327Copy full SHA for 99ff327
2 files changed
credentialsd-ui/src/meson.build
@@ -50,13 +50,16 @@ custom_target(
50
install_dir: bindir,
51
depends: resources,
52
command: [
53
+ 'rm',
54
+ '-f', '@OUTPUT@',
55
+ '&&',
56
'env',
57
cargo_env,
58
cargo,
59
'build',
60
cargo_options,
61
'&&',
- 'cp',
62
+ 'ln',
63
cargo_target_dir / rust_profile / gui_executable_name,
64
'@OUTPUT@',
65
],
credentialsd/src/meson.build
@@ -19,13 +19,16 @@ custom_target(
19
install: true,
20
21
22
23
24
25
26
27
28
29
30
31
32
cargo_target_dir / rust_profile / backend_executable_name,
33
34
0 commit comments