forked from e16/e16
1
0
Fork 0

sed stuff fubar

SVN revision: 590
This commit is contained in:
Laurence J. Lane 1999-10-03 00:47:04 +00:00
parent 61975b10fa
commit 045be20efa
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -28,7 +28,7 @@ build-stamp:
dh_testroot
./autogen.sh $(configure_options) || ./configure $(configure_options)
mv econfig.h econfig.h.old
sed -e '^#define HAVE_LIBESD 1$$@//* \0 */@' econfig.h.old > econfig.h
sed -e 's/^#define HAVE_LIBESD 1$$@//* \0 */@' econfig.h.old > econfig.h
cp src/themes/configs/menus.cfg menus.cfg.old
$(MAKE)
touch $@