diff --git a/apps/py_sems/Makefile b/apps/py_sems/Makefile index 8098d335..3469f208 100644 --- a/apps/py_sems/Makefile +++ b/apps/py_sems/Makefile @@ -89,6 +89,12 @@ python_files: endif +ifeq (install,$(MAKECMDGOALS)) +python_files: + python$(PY_VER) py_comp -l -q py + +endif + extra_clean = clean_py_sems_lib include $(COREPATH)/plug-in/Makefile.app_module diff --git a/apps/py_sems/etc/py_sems.conf b/apps/py_sems/etc/py_sems.conf index 0fde304f..81623fdc 100644 --- a/apps/py_sems/etc/py_sems.conf +++ b/apps/py_sems/etc/py_sems.conf @@ -1 +1 @@ -script_path=/usr/lib/sems/ivr/ +script_path=/usr/lib/sems/py_ivr/