text.patch 779 B

123456789101112131415161718192021222324252627
  1. From 914ad7b2cd53b8396a6e407c91b63adfc3b18443 Mon Sep 17 00:00:00 2001
  2. From: orbea <orbea@riseup.net>
  3. Date: Wed, 8 Jan 2020 07:42:21 -0800
  4. Subject: [PATCH] Makefile: Install the text directory.
  5. This fixes a crash at the end of the tutorial level.
  6. antares-glfw: text/6000.txt: couldn't find resource "text/6000.txt"
  7. Signed-off-by: orbea <orbea@riseup.net>
  8. ---
  9. Makefile | 1 +
  10. 1 file changed, 1 insertion(+)
  11. diff --git a/Makefile b/Makefile
  12. index 7146731e..7404fb34 100644
  13. --- a/Makefile
  14. +++ b/Makefile
  15. @@ -105,6 +105,7 @@ install-data: build
  16. cp -r data/sounds $(DESTDIR)$(DATADIR)/app
  17. cp -r data/sprites $(DESTDIR)$(DATADIR)/app
  18. cp -r data/strings $(DESTDIR)$(DATADIR)/app
  19. + cp -r data/text $(DESTDIR)$(DATADIR)/app
  20. .PHONY: install-scenario
  21. install-scenario: build