mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
fixed python esl for debian, should make everyone happy now, closes FS-3128
This commit is contained in:
parent
81c29bffc1
commit
fcd8e2d742
4
debian/rules
vendored
4
debian/rules
vendored
@ -187,7 +187,7 @@ build-stamp: config.status
|
||||
dh_testdir
|
||||
|
||||
$(MAKE)
|
||||
|
||||
cd libs/esl && $(MAKE) pymod && cd -
|
||||
touch $@
|
||||
|
||||
clean: # .pc/applied-patches
|
||||
@ -208,7 +208,7 @@ install: build
|
||||
dh_installdirs -A
|
||||
|
||||
VERBOSE=1 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
||||
cd libs/esl && VERBOSE=1 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install && cd -
|
||||
cd libs/esl && VERBOSE=1 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp pymod-install && cd -
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user