Skip to content

Commit

Permalink
Remove problematic shebang sed
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 14, 2024
1 parent ff1e9d5 commit 3c291a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sherlock-project.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c291a2

Please sign in to comment.