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:
parent
ea05bdad50
commit
bcb927407b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user