fixed python esl for debian, should make everyone happy now, closes FS-3128
This commit is contained in:
parent
81c29bffc1
commit
fcd8e2d742
|
@ -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…
Reference in New Issue