From 4d933cf0f477689c5671005bbfe2feefef2bfd90 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 23 Nov 2007 20:02:09 +0000 Subject: [PATCH] next step admin-cli can send now commands to remote installs (defined direct in egw_admin_remote, no GUI yet) --- debian/patches/00list | 4 ++-- debian/rules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/patches/00list b/debian/patches/00list index 7fe202c967..2c83fe8632 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 a155d825bd..483eb894f6 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,7 @@ 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) \