From fcd8e2d742ba23a0c15055c0e231488009e6fd11 Mon Sep 17 00:00:00 2001 From: Michal Bielicki - cypromis Date: Wed, 23 Mar 2011 12:42:17 +0100 Subject: [PATCH] fixed python esl for debian, should make everyone happy now, closes FS-3128 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.