mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
error on missing dir on fresh build (thanks trixter)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6392 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
18dfb6c600
commit
ec09de9b18
@ -26,5 +26,6 @@ switch_swig.o: $(SWIGCFILE) Makefile
|
|||||||
$(CC) -w $(CFLAGS) -c $< -o $@
|
$(CC) -w $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
local_install:
|
local_install:
|
||||||
|
test -d $(DESTDIR)$(PREFIX)/lib/python2.5/site-packages/ || mkdir -p $(DESTDIR)$(PREFIX)/lib/python2.5/site-packages/
|
||||||
cp -f freeswitch.py $(DESTDIR)$(PREFIX)/lib/python2.5/site-packages/
|
cp -f freeswitch.py $(DESTDIR)$(PREFIX)/lib/python2.5/site-packages/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user