forked from e16/e16
1
0
Fork 0

debian/rules again, sed

SVN revision: 592
This commit is contained in:
Laurence J. Lane 1999-10-03 00:58:54 +00:00
parent c4a25184ff
commit 8c8b117f91
1 changed files with 2 additions and 3 deletions

5
debian/rules vendored
View File

@ -6,8 +6,7 @@ export DH_COMPAT=2
configure_options = --enable-fsstd=yes --prefix=/usr --bindir=/usr/X11R6/bin
programs = enlightenment enlightenment-nosound enlightenment-dox
docs = enlightenment-docs
themes = enlightenment-theme-ganymede enlightenment-theme-brushedmetal \
enlightenment-theme-shinymetal
themes = enlightenment-theme-ganymede enlightenment-theme-brushedmetal enlightenment-theme-shinymetal
pwd := $(shell pwd)
install_dir = $(pwd)/debian/$@
@ -29,7 +28,7 @@ build-stamp:
dh_testroot
./autogen.sh $(configure_options) || ./configure $(configure_options)
mv econfig.h econfig.h.old
sed -e 's/^#define HAVE_LIBESD 1$$@//* \0 */@' econfig.h.old > econfig.h
sed 's@^#define HAVE_LIBESD 1$$@\/* \0 *\/@' econfig.h.old > econfig.h
cp src/themes/configs/menus.cfg menus.cfg.old
$(MAKE)
touch $@