Due to what happened yesterday ([blfs-support] Firefox 8.0.1 upgraded ?) I decided to reinstall Firefox against Xulrunner. This message is about the xulrunner part. I tried to be as close as possible to Andrew Benton's BLFS Xulrunner 8.0.1 page.
1. A small typo in mozconfig: mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir but the command reads make -C xulrunner-build-dir install. 2. I changed things a little, as I wanted localisation for pt-BR. It is easier to untar the pt-BR at the same level as mozilla-release and xulrunner-build-dir, so, I used mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner-build-dir install and make -C ../xulrunner-build-dir install 3. I did not use rm -rf /usr/lib/xulrunner-8.0.1/plugins && ln -sv ../mozilla/plugins /usr/lib/xulrunner-8.0.1 && as they are not really necessary. []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page