From 0986c3331b2a159fe9faf6bfd2a923bf7022e110 Mon Sep 17 00:00:00 2001 From: Term Date: Mon, 29 Oct 2001 05:59:26 +0000 Subject: [PATCH] This probably has a little overkill, but it actually works. Otherwise, e_setup does not work properly. I'm sure there's a cleaner way; I'm just interested in having it work at all, while keeping it from conflicting with an install of E16. SVN revision: 5587 --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index e8bd8e33a..893eceb18 100644 --- a/debian/rules +++ b/debian/rules @@ -5,15 +5,17 @@ export DH_COMPAT=2 pwd:=$(shell pwd) -cfg:=--prefix=/usr +cfg:=--prefix=/usr --datadir=/usr/share/e17 PACKAGE=e17 DESTDIR=/usr INSTALL=/usr/bin/install package=e17 build: build-stamp build-stamp: dh_testdir + test -e configure.ac && sed configure.ac1 && mv -f configure.ac1 configure.ac + test -e configure.in && sed configure.in1 && mv -f configure.in1 configure.in test -x autogen.sh && ./autogen.sh $(cfg) || ./configure $(cfg) - $(MAKE) + $(MAKE) PACKAGE=e17 touch build-stamp clean: dh_testdir