mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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:
parent
5428f8d941
commit
4d933cf0f4
4
debian/patches/00list
vendored
4
debian/patches/00list
vendored
@ -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
1
debian/rules
vendored
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user