Well...
On Fri, 7 Mar 2008 09:55:47 -0600
David Jensen <[EMAIL PROTECTED]> wrote:
> 
> export FFVer=`grep "MOZ_CO_TAG.*=" client.mk \
>   | cut -d_ --output-delimiter=. -f4,5,6,7`
> 
this may be a bit radical.  maybe:
export FFVer=&firefox-version
the user could edit to suit.

> in commands place $FFVer where we now substitute &firefox-version.

I tried this, albeit with a different variable name,
the book renders:
<snip>
export FireFoxVers="2.0.0.6"
</snip>
...
<snip>
make -f client.mk install &&

install -v -m755 -d /usr/lib/firefox-$FireFoxVers/chrome/icons/default
&& ln -v -s ../../../icons/default.xpm \
    /usr/lib/firefox-$FireFoxVers/chrome/icons/default &&

chown -v -R root:root \
    /usr/lib/firefox-$FireFoxVers/extensions/[EMAIL PROTECTED]/*

</snip

fwiw
David Jensen
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to