[ATrpms-users] Re: mplayer win32codecs or firefox flash plugin on
x86_64?
Marcel Janssen
korgull at home.nl
Tue Nov 15 07:35:59 CET 2005
On Monday 14 November 2005 21:00, Tako Schotanus wrote:
> I tried, it doesn't :-)
>
> The code is actually very simple (you can see for yourself if you have
> firefox, /usr/bin/firefox):
>
> MOZ_LIB_DIR="/usr/lib"
> if [ -x "/usr/lib64/firefox-1.0.7/firefox-bin" ]
> then
> MOZ_LIB_DIR="/usr/lib64"
> fi
> MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-1.0.7"
> MOZ_PROGRAM="$MOZ_DIST_BIN/firefox"
>
> So if the 64 bit version _exists_ it will be used.
Very clear, but not correct I think. It shouldn't check for the availability
of the binary, but check for the arch value.
Regards,
Marcel
More information about the atrpms-users
mailing list