Skip to content

Commit

Permalink
Allow to install data files without .pak
Browse files Browse the repository at this point in the history
to make reproducible package builds easier.

See https://reproducible-builds.org/ for why this is good.
  • Loading branch information
bmwiedemann committed Jul 21, 2017
1 parent 2f2534e commit 66c5ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ endif
cp $(PROG) $(BIN_DIR)$(PROG)
ifndef NO_PAK
cp $(PAK_FILE) $(DATA_DIR)$(PAK_FILE)
else
cp -a data gfx music sound font $(DATA_DIR)
endif
cp $(DOCS) $(DOC_DIR)
cp $(ICONS)16x16.png $(ICON_DIR)16x16/apps/$(PROG).png
Expand Down

0 comments on commit 66c5ce5

Please sign in to comment.