gcompris r3293 - branches/gcomprixo/src



Author: bcoudoin
Date: Mon Mar 10 23:26:44 2008
New Revision: 3293
URL: http://svn.gnome.org/viewvc/gcompris?rev=3293&view=rev

Log:
minor fix, removed libmenu.so from the bundle.


Modified:
   branches/gcomprixo/src/bundleit.sh

Modified: branches/gcomprixo/src/bundleit.sh
==============================================================================
--- branches/gcomprixo/src/bundleit.sh	(original)
+++ branches/gcomprixo/src/bundleit.sh	Mon Mar 10 23:26:44 2008
@@ -123,7 +123,7 @@
 # Add the plugins in the proper place
 echo "This activity has it's plugindir in $plugindir"
 cp $plugindir/*.so $activity_dir
-rm -f $activity_dir/menu.so
+rm -f $activity_dir/libmenu.so
 
 # Add the python plugins
 if [ -f $pythonplugindir/*.py ]; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]