[Lunar-commits] <moonbase> seamonkey: fix the compile.

Florin Braescu florin at lunar-linux.org
Wed Feb 24 18:55:46 CET 2010


commit d48f66086ec8cd362ceff15813985d9739b74a25
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Feb 24 19:55:46 2010 +0200

    seamonkey: fix the compile.
---
 web/seamonkey/BUILD |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/web/seamonkey/BUILD b/web/seamonkey/BUILD
index 62f3308..2e66095 100644
--- a/web/seamonkey/BUILD
+++ b/web/seamonkey/BUILD
@@ -55,15 +55,10 @@
     #CCache breaks the pgo build
     export CCACHE_DISABLE=1
     echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig  &&
-    echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig  &&
-    make -f client.mk profiledbuild
-  else
-    make -f client.mk build
+    echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig
   fi  &&
 
-  cd ${MOZ_OBJDIR}  &&
-  prepare_install   &&
-  make install      &&
+  default_build  &&
 
   # Now the .desktop file and the icon
   mkdir -p /usr/share/applications /usr/share/pixmaps  &&


More information about the Lunar-commits mailing list