Remove adding executable bit on /usr/share/groff/1.23.0/font/devlj4/generate/special.awk

This was removed by compiler as it doesn't have shebang
Warning that was displayed by compiler:
WARNING: ./usr/share/groff/1.23.0/font/devlj4/generate/special.awk is executable but has no shebang, removing executable bit
This commit is contained in:
Lukas Javorsky 2023-07-11 11:43:57 +00:00
parent ea05bdad50
commit bcb927407b

View File

@ -187,9 +187,6 @@ sed --in-place 's/\.pfa$/.pfa_/' %{buildroot}%{_datadir}/%{name}/%{version}/font
# remove unnecessary files
rm -f %{buildroot}%{_infodir}/dir
# fix privileges
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/font/devlj4/generate/special.awk
# remove CreationDate from documentation
pushd %{buildroot}%{_pkgdocdir}
find -name "*.html" | xargs sed -i "/^<!-- CreationDate: /d"