From ec89aaad510a5b44ed31ec017d40f870b754debf Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 31 Jan 2025 12:20:38 +0530 Subject: [PATCH] fix(copr): no need to use any variable, we're already in dir --- 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 20dfa45..35eb4f5 100644 --- a/package/copr/lune.spec +++ b/package/copr/lune.spec @@ -36,7 +36,7 @@ Requires: glibc %prep %setup -q -n lune-%{version} # Removes clippy lint attribute which is falsely flagged as a shebang in build -sed -i '/#![allow(clippy::cargo_common_metadata)]/d' $WORKSPACE/crates/lune/src/main.rs +sed -i '/#![allow(clippy::cargo_common_metadata)]/d' crates/lune/src/main.rs %build