Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-03-10 23:26:44 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-03-10 23:26:44 (GMT)
commit50e911fdbe182217d60652378034a04c2cc509b7 (patch)
tree7beca7893975c5d7557bb09b31aa5af527451701
parentd8634635a30ebd8828f03ad7c134fa58706b5e32 (diff)
minor fix, removed libmenu.so from the bundle.
svn path=/branches/gcomprixo/; revision=3293
-rwxr-xr-xsrc/bundleit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundleit.sh b/src/bundleit.sh
index 293a59f..ffd8f74 100755
--- a/src/bundleit.sh
+++ b/src/bundleit.sh
@@ -123,7 +123,7 @@ fi
# 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