From: Michal Bielicki - cypromis Date: Wed, 23 Mar 2011 11:42:17 +0000 (+0100) Subject: fixed python esl for debian, should make everyone happy now, closes FS-3128 X-Git-Tag: v1.2-rc1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd8e2d742ba23a0c15055c0e231488009e6fd11;p=thirdparty%2Ffreeswitch.git fixed python esl for debian, should make everyone happy now, closes FS-3128 --- diff --git a/debian/rules b/debian/rules index 0490d546f4..c83116f6a8 100755 --- a/debian/rules +++ b/debian/rules @@ -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.