mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
ESL-111 Fix esl/python/Makefile to create install directory
This need when using make install DESTDIR=...
This commit is contained in:
parent
cc25c46bfc
commit
54be6fc573
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user