next step admin-cli can send now commands to remote installs (defined direct in egw_admin_remote, no GUI yet)

This commit is contained in:
Ralf Becker 2007-11-23 20:02:09 +00:00
parent 5428f8d941
commit 4d933cf0f4
2 changed files with 3 additions and 2 deletions

View File

@ -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

1
debian/rules vendored
View File

@ -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) \