[Bug 1048493] Review Request: icecat - GNU version of Firefox browser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #21 from Antonio Trande <anto.trande@xxxxxxxxx> ---

> > 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
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review





[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]