Skip to content

Commit

Permalink
Copy data/help on install via Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Feb 28, 2020
1 parent d9dbfbe commit 8b253f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ install: version $(TARGET)
cp -R --no-preserve=ownership data/motd $(DATA_PREFIX)
cp -R --no-preserve=ownership data/credits $(DATA_PREFIX)
cp -R --no-preserve=ownership data/title $(DATA_PREFIX)
cp -R --no-preserve=ownership data/help $(DATA_PREFIX)
ifdef TILES
cp -R --no-preserve=ownership gfx $(DATA_PREFIX)
endif
Expand Down Expand Up @@ -934,6 +935,7 @@ install: version $(TARGET)
cp -R --no-preserve=ownership data/motd $(DATA_PREFIX)
cp -R --no-preserve=ownership data/credits $(DATA_PREFIX)
cp -R --no-preserve=ownership data/title $(DATA_PREFIX)
cp -R --no-preserve=ownership data/help $(DATA_PREFIX)
ifdef TILES
cp -R --no-preserve=ownership gfx $(DATA_PREFIX)
endif
Expand Down Expand Up @@ -990,6 +992,7 @@ endif
cp -R data/motd $(APPDATADIR)
cp -R data/credits $(APPDATADIR)
cp -R data/title $(APPDATADIR)
cp -R data/help $(APPDATADIR)
ifdef LANGUAGES
lang/compile_mo.sh $(LANGUAGES)
mkdir -p $(APPRESOURCESDIR)/lang/mo/
Expand Down

0 comments on commit 8b253f0

Please sign in to comment.