https://bugzilla.redhat.com/show_bug.cgi?id=1048493



--- Comment #21 from Antonio Trande <[email protected]> ---

> > BTW, you can get rid of multiple "non-executable-script" rpmlint errors
> > dropping executable flag on such files.
> > https://fedoraproject.org/wiki/Common_Rpmlint_issues#script-without-shebang
> 
> Already done *after* latest koji build; see file spec.
> 
> ##Fix executable permissions
> pushd $RPM_BUILD_ROOT%{_libdir}/%{icecat_devel}/sdk/bin
>  for i in `find . -type f \( -name "*.py" -o -name "xpcshell" \)`; do
>  chmod a+x $i
> done
> popd

and

##Remove spurious executable permissions
pushd $RPM_BUILD_ROOT%{icecatappdir}
for i in `find . -perm /111 -type f \( -name "*.js" -o -name "*.jsm" \)`; do
chmod a-x $i
done
popd

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to