mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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:
|
install-servers:
|
||||||
set -ex; \
|
set -ex; \
|
||||||
for server in $(DAV_SERVER); do \
|
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
|
done
|
||||||
|
|
||||||
install-test: install-servers install-dev
|
install-test: install-servers install-dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue