Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 19:36:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 19:36:09 (GMT)
commitdbe42ac6d9c0be6be47d2c7545b4997070b4621f (patch)
treeb382b3af018c1ca407198db65f7332a9b17bb232 /configure.ac
parent29fb25407fe0e6c4b3903405d612d48953293b54 (diff)
Make the shell scripts just a tiny wrapper which setup
the python path and run main().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8d9828..4c91829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,8 +41,10 @@ AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
AC_CONFIG_FILES([
bin/sugar
+bin/sugar-control-panel
+bin/sugar-shell
shell/config.py
-], [chmod +x sugar])
+])
AC_OUTPUT([
Makefile