Fix shebangs (again)
This commit is contained in:
parent
04adc100d7
commit
0972e758a9
@ -139,7 +139,7 @@ sed '/^mock$/d' test/lib/ansible_test/_data/requirements/units.txt > ${temp}
|
||||
|
||||
%build
|
||||
# disable the python -s shbang flag as we want to be able to find non system modules
|
||||
%global py3_shbang_opts %(echo %{py3_shbang_opts} | sed 's/-s//')
|
||||
%global py3_shebang_flags %(echo %{py3_shbang_opts} | sed 's/s//')
|
||||
%py3_shebang_fix .
|
||||
|
||||
# Build manpages
|
||||
|
Loading…
Reference in New Issue
Block a user