From 7c29ffd4dc5d70caa1a7d7b5ee86b5ce3adfb9df Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 23 Nov 2007 20:06:38 +0000 Subject: [PATCH] reverted 24691 - commit in the wrong dir --- debian/patches/00list | 4 ++-- debian/rules | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/patches/00list b/debian/patches/00list index 2c83fe8632..7fe202c967 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,4 +1,4 @@ #04-egw-ldap-doc 06-egw-header-template -#08-egw-checkinstall-symlink -#10-egw-functions-egw_pear +08-egw-checkinstall-symlink +10-egw-functions-egw_pear diff --git a/debian/rules b/debian/rules index 483eb894f6..a155d825bd 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,6 @@ install: build for APP in $(MODULES) ; do \ APPDIR=$$(echo $${APP} | sed 's/-/_/g') ; \ - [ $${APPDIR} == 'egw_pear' ] && APPDIR='egw-pear' ; \ if [ -d $(CURDIR)/$${APPDIR} ] ; then \ cd $(CURDIR)/$${APPDIR}; \ find $(FINDOPT) $(APPFILES) \