mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove empty install files
This commit is contained in:
parent
ec221b52b4
commit
bba9d43caf
4 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -63,7 +63,9 @@ all:
|
|||
install-servers:
|
||||
set -ex; \
|
||||
for server in $(DAV_SERVER); do \
|
||||
(cd $(TESTSERVER_BASE)$$server && sh install.sh); \
|
||||
if [ -f $(TESTSERVER_BASE)$$server/install.sh ]; then \
|
||||
(cd $(TESTSERVER_BASE)$$server && sh install.sh); \
|
||||
fi \
|
||||
done
|
||||
|
||||
install-test: install-servers install-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue