mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
11 lines
551 B
Rust
11 lines
551 B
Rust
--- cargo-crates/lindera-ipadic-0.31.0/build.rs.orig 2006-07-24 01:21:28 UTC
|
|
+++ cargo-crates/lindera-ipadic-0.31.0/build.rs
|
|
@@ -55,7 +55,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() {
|