1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-22 04:35:56 -04:00

gophermap -> gophermap.sample, be more descriptive with the name

This commit is contained in:
fosslinux 2019-10-20 07:50:37 +11:00
parent 34cbd01ac3
commit c782dc22f9
2 changed files with 1 additions and 1 deletions

View File

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