From 3234079afe124caab5369f092f396a09a64dee6b Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 6 Oct 2006 13:53:36 +0000 Subject: [PATCH] made install paths consistent with rest of the paths git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@92 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/conf_auth/Makefile | 2 +- apps/mailbox/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"