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

--- Comment #8 from Hicham HAOUARI <hicham.haou...@gmail.com> 2010-09-29 
17:46:19 EDT ---
(In reply to comment #7)
> It might be better to avoid using %ifarch like that as it will break on other
> 64 bit multilib architectures.
> Instead of:
> 
> %ifarch x86_64 ppc64
> sed -i
> 's|/usr/lib/nautilus/extensions-2.0|/usr/lib64/nautilus/extensions-2.0|g'
> install.sh
> %endif
> 
> I'd use:
> 
> sed -i
> 's|/usr/lib/nautilus/extensions-2.0|%{_libdir}/nautilus/extensions-2.0|g'
> install.sh

Yes, I already made that locally, thanks.

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

Reply via email to