fixed python esl for debian, should make everyone happy now, closes FS-3128

This commit is contained in:
Michal Bielicki - cypromis 2011-03-23 12:42:17 +01:00
parent 81c29bffc1
commit fcd8e2d742
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -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.