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 #7 from Kalev Lember <kalev@xxxxxxxxxxxx> 2010-09-29 14:00:21 EDT --- 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 -- 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@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review