Merge pull request #568 in FS/freeswitch from ~RAVENOX/freeswitch:master to master

* commit '54be6fc57369a71685aaad59f4605b29194cc8f2':
  ESL-111 Fix esl/python/Makefile to create install directory This need when using make install DESTDIR=...
This commit is contained in:
Mike Jerris 2015-11-09 13:51:00 -06:00
commit 49832084bb
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ _ESL.so: esl_wrap.o
$(CXX) $(SOLINK) esl_wrap.o $(MYLIB) $(LOCAL_LDFLAGS) -o _ESL.so -L. $(LIBS)
install: _ESL.so
mkdir -p $(SITE_DIR)
install -m 755 _ESL.so $(SITE_DIR)
install -m 755 ESL.py $(SITE_DIR)