1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-15 04:28:08 -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 5bba12cd85
commit 7c57f211c6
2 changed files with 1 additions and 1 deletions

View File

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