aboutsummaryrefslogtreecommitdiffstats
path: root/maketargets/install.mk
diff options
context:
space:
mode:
Diffstat (limited to 'maketargets/install.mk')
-rw-r--r--maketargets/install.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/maketargets/install.mk b/maketargets/install.mk
index 0e5d055..ec46742 100644
--- a/maketargets/install.mk
+++ b/maketargets/install.mk
@@ -14,15 +14,14 @@ install-init:
install -d $(DESTDIR)$(FICS_HOME)/data
install -d $(DESTDIR)$(FICS_HOME)/data/admin
install -d $(DESTDIR)$(FICS_HOME)/data/boards
+ install -d $(DESTDIR)$(FICS_HOME)/data/boards/blitz
+ install -d $(DESTDIR)$(FICS_HOME)/data/boards/lightning
install -d $(DESTDIR)$(FICS_HOME)/data/boards/openings
install -d $(DESTDIR)$(FICS_HOME)/data/boards/standard
install -m 0644 $(ROOT)data/boards/standard/standard \
$(DESTDIR)$(FICS_HOME)/data/boards/standard
install -m 0644 $(ROOT)data/boards/std.board \
$(DESTDIR)$(FICS_HOME)/data/boards
- install -d $(DESTDIR)$(FICS_HOME)/data/boards/blitz
- install -d $(DESTDIR)$(FICS_HOME)/data/boards/lightning
- install -d $(DESTDIR)$(FICS_HOME)/data/boards/std
install -d $(DESTDIR)$(FICS_HOME)/data/boards/wild
install -d $(DESTDIR)$(FICS_HOME)/data/book
install -d $(DESTDIR)$(FICS_HOME)/data/com_help