[Lunar-commits] r16929 - in moonbase/trunk/web: opera opera-static

Stefan Wold ratler at lunar-linux.org
Thu Oct 13 18:55:14 UTC 2005


Author: ratler
Date: 2005-10-13 18:55:13 +0000 (Thu, 13 Oct 2005)
New Revision: 16929

Modified:
   moonbase/trunk/web/opera-static/BUILD
   moonbase/trunk/web/opera/BUILD
Log:
Now when opera depends on openMotif we need to install the correct operamotifwrapper

Modified: moonbase/trunk/web/opera/BUILD
===================================================================
--- moonbase/trunk/web/opera/BUILD	2005-10-13 18:30:52 UTC (rev 16928)
+++ moonbase/trunk/web/opera/BUILD	2005-10-13 18:55:13 UTC (rev 16929)
@@ -2,7 +2,7 @@
   # Remove operamotifwrappers that will fail ldd check on lunar fix
   # Operas installer is smart enough to notice they are gone
   rm -f $SOURCE_DIRECTORY/plugins/operamotifwrapper-1 &&
-  rm -f $SOURCE_DIRECTORY/plugins/operamotifwrapper-3 &&
+  rm -f $SOURCE_DIRECTORY/plugins/operamotifwrapper-2 &&
 
   prepare_install &&
   echo "n" | ./install.sh -s &&

Modified: moonbase/trunk/web/opera-static/BUILD
===================================================================
--- moonbase/trunk/web/opera-static/BUILD	2005-10-13 18:30:52 UTC (rev 16928)
+++ moonbase/trunk/web/opera-static/BUILD	2005-10-13 18:55:13 UTC (rev 16929)
@@ -2,7 +2,7 @@
   # Remove operamotifwrappers that will fail ldd check on lunar fix
   # Operas installer is smart enough to notice they are gone
   rm -f $SOURCE_DIRECTORY/plugins/operamotifwrapper-1 &&
-  rm -f $SOURCE_DIRECTORY/plugins/operamotifwrapper-3 &&
+  rm -f $SOURCE_DIRECTORY/plugins/operamotifwrapper-2 &&
 
   prepare_install &&
   echo "n" | ./install.sh -s &&



More information about the Lunar-commits mailing list