mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix incorrect packaging of fcitx libs
Transform was being applied to ./symlinks Closes #2278
This commit is contained in:
parent
46c0c281f8
commit
e33bed2a25
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ impl BuildAction for BuildTarball {
|
||||||
|
|
||||||
build.add_inputs("", inputs![input_folder_target]);
|
build.add_inputs("", inputs![input_folder_target]);
|
||||||
build.add_variable("zstd", "zstd -c --long -T0 -18");
|
build.add_variable("zstd", "zstd -c --long -T0 -18");
|
||||||
build.add_variable("transform", format!("s%^.%{output_folder_base}%"));
|
build.add_variable("transform", format!("s%^.%{output_folder_base}%S"));
|
||||||
build.add_variable("folder", input_folder_path);
|
build.add_variable("folder", input_folder_path);
|
||||||
build.add_outputs("tarball", vec![output_tarball]);
|
build.add_outputs("tarball", vec![output_tarball]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue