1
0
mirror of https://github.com/sherlock-project/sherlock synced 2026-05-26 16:19:05 +00:00

Remove problematic shebang sed

This commit is contained in:
Paul Pfeister
2024-05-14 02:55:55 -04:00
parent ff1e9d5766
commit 3c291a2d3f
+2 -1
View File
@@ -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.