mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
11 lines
551 B
Rust
11 lines
551 B
Rust
--- cargo-crates/lindera-unidic-0.27.0/build.rs.orig 2023-08-24 09:55:05 UTC
|
|
+++ cargo-crates/lindera-unidic-0.27.0/build.rs
|
|
@@ -56,7 +56,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|
dummy_matrix_def.write_all(b"0 1 0\n")?;
|
|
} else {
|
|
// Source file path for build package
|
|
- let source_path_for_build = Path::new(&build_dir).join(file_name);
|
|
+ let source_path_for_build = Path::new("%%DISTDIR%%").join(file_name);
|
|
|
|
// Download source file to build directory
|
|
if !source_path_for_build.exists() {
|