Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Mark McLoughlin <[email protected]> 2011-07-18 12:55:35 EDT 
---
(In reply to comment #4)

>  - I'm not sure what you're doing here:
> 
>      mkdir -p %{buildroot}/%{_bindir}
>      mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
>      find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
>      rmdir %{buildroot}%{gemdir}/bin
> 
>    Are you chmod-ing the wrong file here?
> 
>    Perhaps you meant:
> 
>      mkdir -p %{buildroot}/%{_bindir}
>      mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
>      rmdir %{buildroot}%{gemdir}/bin
>      rm -rf %{buildroot}%{geminstdir}/bin
> 
>    This fixes the non-standard-exuctable-perms error too btw

Doh, silly me.

Maybe all you need is:

     find %{buildroot}%{geminstdir}/bin -type f | xargs chmod g-w

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to