make install now includes needed imap_mailbox directory.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@9 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 21 years ago
parent 14c69b1672
commit 0701c59809

@ -4,7 +4,7 @@ VERSION=2.2.0-1
PYTHON_VERSION=2.3
LIBDIR=.
LIBDIR=imap_mailbox
LIB_INSTALLDIR="/usr/lib/sems/ivr"
TARBALL_PREFIX=sems-app-${NAME}
TARBALL="${TARBALL_PREFIX}-${VERSION}.tar.gz"
@ -32,7 +32,9 @@ compile:
install: all
install -d ${BASEDIR}/${LIB_INSTALLDIR}
install -m ${LIB_PERMISSIONS} -o ${OWNER} -g ${GROUP} ${LIBDIR}/*.pyc ${BASEDIR}/${LIB_INSTALLDIR}
install -m ${LIB_PERMISSIONS} -o ${OWNER} -g ${GROUP} *.pyc ${BASEDIR}/${LIB_INSTALLDIR}
install -d ${BASEDIR}/${LIB_INSTALLDIR}/${LIBDIR}
install -m ${LIB_PERMISSIONS} -o ${OWNER} -g ${GROUP} ${LIBDIR}/*.pyc ${BASEDIR}/${LIB_INSTALLDIR}/${LIBDIR}
uninstall:
@echo "please remove the files from ${LIB_INSTALLDIR} manually."

Loading…
Cancel
Save