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



--- Comment #20 from Antonio Trande <[email protected]> ---
(In reply to Denis Fateyev from comment #19)
> 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

-- 
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