1.1 --- a/tools/install.sh Sun Jan 31 13:09:30 2016 +0100
1.2 +++ b/tools/install.sh Sun Jan 31 13:09:48 2016 +0100
1.3 @@ -81,7 +81,7 @@
1.4
1.5 # Tools
1.6
1.7 -TOOLS="fix.sh init.sh init_user.sh make_freebusy.py"
1.8 +TOOLS="fix.sh init.sh init_user.sh make_freebusy.py update_scheduling_modules.py"
1.9
1.10 if [ ! -e "$INSTALL_DIR/tools" ]; then
1.11 mkdir -p "$INSTALL_DIR/tools"
1.12 @@ -114,3 +114,7 @@
1.13 cp "$DIR/"*.mo "$INSTALL_DIR/$DIR/"
1.14 done
1.15 fi
1.16 +
1.17 +# Run the scheduling module update tool to regenerate the manifest module.
1.18 +
1.19 +PYTHONPATH="$INSTALL_DIR" "$INSTALL_DIR/tools/update_scheduling_modules.py"