summaryrefslogtreecommitdiffstats
path: root/games/antares/text.patch
diff options
context:
space:
mode:
author orbea <orbea@riseup.net>2020-08-18 10:01:43 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-08-29 10:08:40 +0700
commitdbdce6e764d7d89bca26166f717c95911d746fc9 (patch)
tree730a4be99bca5b49fea062ad25b9d539c86ff321 /games/antares/text.patch
parent3a32ab05d2ea9d2bd4300c9e939df530148131e3 (diff)
downloadslackbuilds-dbdce6e764d7d89bca26166f717c95911d746fc9.tar.gz
slackbuilds-dbdce6e764d7d89bca26166f717c95911d746fc9.tar.xz
games/antares: Updated for version 0.9.1.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/antares/text.patch')
-rw-r--r--games/antares/text.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/antares/text.patch b/games/antares/text.patch
deleted file mode 100644
index 62b7e61ba2..0000000000
--- a/games/antares/text.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 914ad7b2cd53b8396a6e407c91b63adfc3b18443 Mon Sep 17 00:00:00 2001
-From: orbea <orbea@riseup.net>
-Date: Wed, 8 Jan 2020 07:42:21 -0800
-Subject: [PATCH] Makefile: Install the text directory.
-
-This fixes a crash at the end of the tutorial level.
-
-antares-glfw: text/6000.txt: couldn't find resource "text/6000.txt"
-
-Signed-off-by: orbea <orbea@riseup.net>
----
- Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Makefile b/Makefile
-index 7146731e..7404fb34 100644
---- a/Makefile
-+++ b/Makefile
-@@ -105,6 +105,7 @@ install-data: build
- cp -r data/sounds $(DESTDIR)$(DATADIR)/app
- cp -r data/sprites $(DESTDIR)$(DATADIR)/app
- cp -r data/strings $(DESTDIR)$(DATADIR)/app
-+ cp -r data/text $(DESTDIR)$(DATADIR)/app
-
- .PHONY: install-scenario
- install-scenario: build