Escape macro in comment

This commit is contained in:
Maxwell G 2022-11-08 20:11:38 -06:00
parent 42d617cd57
commit bfeb92d7ad
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -203,7 +203,7 @@ cp examples/ansible.cfg %{buildroot}/etc/ansible/
mkdir -p %{buildroot}/%{_mandir}/man1
cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/
# These files are needed for the unit tests, so we don't remove them in %prep
# These files are needed for the unit tests, so we don't remove them in %%prep
find %{buildroot}/%{python3_sitelib} -name .travis.yml -type f -delete