1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

build: Force create symlink

This commit is contained in:
Emil Engler 2020-01-12 11:35:16 +01:00
parent bc58635897
commit b2572b16db
No known key found for this signature in database
GPG Key ID: 2F6D4145C55FC7C7

View File

@ -151,7 +151,7 @@ install-root:
if [ ! -d "$(ROOT)" -o ! -f "$(ROOT)/$(MAP)" ]; then \
mkdir -p $(ROOT); \
$(INSTALL) -m 644 $(MAP).sample $(ROOT); \
ln -s $(DOCDIR) $(ROOT)/docs; \
ln -fs $(DOCDIR) $(ROOT)/docs; \
fi
@echo