summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fd22b0243f5..89e06a3a81e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4845,7 +4845,7 @@ This package expects the game(s) to be placed in subdirectories of
4845 (add-before 'configure 'disable-data-install 4845 (add-before 'configure 'disable-data-install
4846 (lambda _ 4846 (lambda _
4847 (substitute* "CMakeLists.txt" 4847 (substitute* "CMakeLists.txt"
4848 (("^install\\(.*STK_DATA_DIR" &) 4848 (("^install\\(DIRECTORY.*STK_DATA_DIR" &)
4849 (string-append "# " &)))))))) 4849 (string-append "# " &))))))))
4850 (inputs 4850 (inputs
4851 (list curl 4851 (list curl