--- PKGBUILD 2008-06-06 12:34:40.000000000 +0200 +++ PKGBUILD 2008-06-06 12:33:32.000000000 +0200 @@ -26,8 +26,8 @@ export MOZ_PROJECT=browser sed "s/#CFLAGS#/${CFLAGS}/g" ${startdir}/src/mozconfig >.mozconfig - make -f client.mk build || return 1 - make DESTDIR=${startdir}/pkg install || return 1 + make -f client.mk profiledbuild || return 1 + make DESTDIR=${startdir}/pkg -C ./ff-opt-obj install || return 1 cd ${startdir}/pkg/opt/mozilla/lib/firefox-3.0 export MOZ_DISABLE_GNOME=1 @@ -62,7 +62,7 @@ } md5sums=('17fc2acfffa0da2df2457d39747a17b0' - 'bda73d7398c628bb9bf257e55e8d0627' + '875a41f9eb9cb4b70d4ddfea43c2b8f3' '1edbe1a5b584613bde6c21f4ee247b6e' '370aa36551a70150c1c6f07672ca0f32' 'bd5db57c23c72a02a489592644f18995') --- mozconfig 2008-06-06 12:34:48.000000000 +0200 +++ mozconfig 2008-06-06 12:32:25.000000000 +0200 @@ -27,3 +27,5 @@ ac_add_options --enable-single-profile ac_add_options --disable-profilesharing ac_add_options --disable-gnomevfs +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-obj +mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'