diff --git a/apps/conf_auth/Makefile b/apps/conf_auth/Makefile index 87aff34a..7d13f361 100644 --- a/apps/conf_auth/Makefile +++ b/apps/conf_auth/Makefile @@ -4,7 +4,7 @@ VERSION=2.2.0-1 PYTHON_VERSION=2.3 -LIB_INSTALLDIR="/usr/lib/sems/ivr" +LIB_INSTALLDIR="/usr/local/lib/sems/ivr" TARBALL_PREFIX=sems-app-${NAME} TARBALL="${TARBALL_PREFIX}-${VERSION}.tar.gz" diff --git a/apps/mailbox/Makefile b/apps/mailbox/Makefile index 722e7e1a..ae95e8ce 100644 --- a/apps/mailbox/Makefile +++ b/apps/mailbox/Makefile @@ -5,7 +5,7 @@ VERSION=2.2.0-1 PYTHON_VERSION=2.3 LIBDIR=imap_mailbox -LIB_INSTALLDIR="/usr/lib/sems/ivr" +LIB_INSTALLDIR="/usr/local/lib/sems/ivr" TARBALL_PREFIX=sems-app-${NAME} TARBALL="${TARBALL_PREFIX}-${VERSION}.tar.gz"