From 3c291a2d3f2c35ff3ed051e5d10f0ab8b1745a1e Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 14 May 2024 02:55:55 -0400 Subject: [PATCH] Remove problematic shebang sed --- sherlock-project.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock-project.spec b/sherlock-project.spec index a47b3d3e7..80c5515cf 100644 --- a/sherlock-project.spec +++ b/sherlock-project.spec @@ -34,7 +34,8 @@ websites. New targets are tested and implemented regularly. %pyproject_install %pyproject_save_files -l sherlock sites result notify __init__ __main__ -sed -r -i '1{/^#!/d}' '%{buildroot}%{python3_sitelib}/*.py' +# Problematic +# sed -r -i '1{/^#!/d}' '%%{buildroot}%%{python3_sitelib}/*.py' %check # Tests fail when pwd isn't sherlock. Relative pathing need fix upstream.