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
This commit is contained in:
Term 2001-10-29 05:59:26 +00:00
parent 5f9d9c46b8
commit 0986c3331b
1 changed files with 4 additions and 2 deletions

6
debian/rules vendored
View File

@ -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.ac "s/AC_INIT_AUTOMAKE(enlightenment/AC_INIT_AUTOMAKE(e17/" >configure.ac1 && mv -f configure.ac1 configure.ac
test -e configure.in && sed <configure.in "s/AC_INIT_AUTOMAKE(enlightenment/AC_INIT_AUTOMAKE(e17/" >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