[Bug 635788] Review Request: nautilus-terminal - Terminal embedded in Nautilus

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 29 18:00:22 UTC 2010


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 at smartlink.ee> 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.



More information about the package-review mailing list