From a96848c56081788b752d0f5ac5f457556d984ae0 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 31 Jan 2025 14:19:12 +0530 Subject: [PATCH] fix(copr): missed space in cat heredoc for .cargo/config.toml --- package/copr/lune.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/copr/lune.spec b/package/copr/lune.spec index baa13f5..f03390a 100644 --- a/package/copr/lune.spec +++ b/package/copr/lune.spec @@ -40,7 +40,7 @@ Requires: glibc %setup -q -n lune-%{version} # Removes the first line containing clippy lint attribute which is falsely flagged as a shebang in build find . -type f -name "*.rs" -exec perl -i -ne 'print unless /^\#!\[/ ' {} + -cat < .cargo/config.toml +cat < .cargo/config.toml [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc" rustflags = ["-L", "/usr/lib/gcc/aarch64-linux-gnu/14"]